Searched refs:getCellularGenerationAsync (Results 1 – 10 of 10) sorted by relevance
126 export async function getCellularGenerationAsync() { function127 if (!ExpoCellular.getCellularGenerationAsync) {130 return await ExpoCellular.getCellularGenerationAsync();
8 getCellularGenerationAsync(): Promise<CellularGeneration>; constant
114 export declare function getCellularGenerationAsync(): Promise<CellularGeneration>; function
18 async getCellularGenerationAsync() {
1 …getCellularGenerationAsync` will resolve to `Cellular.Cellular Generation.UNKNOWN`.\n\n *\n * On w…
1 …t mobileNetworkCode(): null {\n return null;\n },\n async getCellularGenerationAsync(): Promi…
139 export async function getCellularGenerationAsync(): Promise<CellularGeneration> { function140 if (!ExpoCellular.getCellularGenerationAsync) {143 return await ExpoCellular.getCellularGenerationAsync();
19 async getCellularGenerationAsync(): Promise<CellularGeneration> {
50 cellularGeneration = await Cellular.getCellularGenerationAsync();
30 const generation = await Cellular.getCellularGenerationAsync();