Searched refs:getMobileCountryCodeAsync (Results 1 – 9 of 9) sorted by relevance
217 export async function getMobileCountryCodeAsync() { function218 if (!ExpoCellular.getMobileCountryCodeAsync) {221 return await ExpoCellular.getMobileCountryCodeAsync();
12 getMobileCountryCodeAsync(): Promise<string | null>; constant
185 export declare function getMobileCountryCodeAsync(): Promise<string | null>;
48 async getMobileCountryCodeAsync() {
1 …getMobileCountryCodeAsync()`](#getmobilecountrycodeasync) instead.\n *\n */\nexport const mobileCo…
1 …nc(): Promise<string | null> {\n return null;\n },\n async getMobileCountryCodeAsync(): Promi…
234 export async function getMobileCountryCodeAsync(): Promise<string | null> { function235 if (!ExpoCellular.getMobileCountryCodeAsync) {238 return await ExpoCellular.getMobileCountryCodeAsync();
49 async getMobileCountryCodeAsync(): Promise<string | null> {
35 mobileCountryCode: await Cellular.getMobileCountryCodeAsync(),