Home
last modified time | relevance | path

Searched refs:getCellularGenerationAsync (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-cellular/build/
H A DCellular.js126 export async function getCellularGenerationAsync() { function
127 if (!ExpoCellular.getCellularGenerationAsync) {
130 return await ExpoCellular.getCellularGenerationAsync();
H A DExpoCellular.web.d.ts8 getCellularGenerationAsync(): Promise<CellularGeneration>; constant
H A DCellular.d.ts114 export declare function getCellularGenerationAsync(): Promise<CellularGeneration>; function
H A DExpoCellular.web.js18 async getCellularGenerationAsync() {
H A DCellular.js.map1getCellularGenerationAsync` will resolve to `Cellular.Cellular Generation.UNKNOWN`.\n\n *\n * On w…
H A DExpoCellular.web.js.map1 …t mobileNetworkCode(): null {\n return null;\n },\n async getCellularGenerationAsync(): Promi…
/expo/packages/expo-cellular/src/
H A DCellular.ts139 export async function getCellularGenerationAsync(): Promise<CellularGeneration> { function
140 if (!ExpoCellular.getCellularGenerationAsync) {
143 return await ExpoCellular.getCellularGenerationAsync();
H A DExpoCellular.web.ts19 async getCellularGenerationAsync(): Promise<CellularGeneration> {
/expo/apps/test-suite/tests/
H A DCellular.js50 cellularGeneration = await Cellular.getCellularGenerationAsync();
/expo/apps/native-component-list/src/screens/
H A DCellularScreen.tsx30 const generation = await Cellular.getCellularGenerationAsync();