Searched refs:getMobileNetworkCodeAsync (Results 1 – 9 of 9) sorted by relevance
239 export async function getMobileNetworkCodeAsync() { function240 if (!ExpoCellular.getMobileNetworkCodeAsync) {243 return await ExpoCellular.getMobileNetworkCodeAsync();
13 getMobileNetworkCodeAsync(): Promise<string | null>; constant
202 export declare function getMobileNetworkCodeAsync(): Promise<string | null>;
51 async getMobileNetworkCodeAsync() {
1 …getMobileNetworkCodeAsync()`](#getmobilenetworkcodeasync) instead.\n *\n */\nexport const mobileNe…
1 …nc(): Promise<string | null> {\n return null;\n },\n async getMobileNetworkCodeAsync(): Promi…
257 export async function getMobileNetworkCodeAsync(): Promise<string | null> { function258 if (!ExpoCellular.getMobileNetworkCodeAsync) {261 return await ExpoCellular.getMobileNetworkCodeAsync();
52 async getMobileNetworkCodeAsync(): Promise<string | null> {
36 mobileNetworkCode: await Cellular.getMobileNetworkCodeAsync(),