Home
last modified time | relevance | path

Searched defs:getMobileNetworkCodeAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-cellular/build/
H A DExpoCellular.web.d.ts13 getMobileNetworkCodeAsync(): Promise<string | null>; constant
H A DCellular.js239 export async function getMobileNetworkCodeAsync() { function
/expo/packages/expo-cellular/src/
H A DCellular.ts257 export async function getMobileNetworkCodeAsync(): Promise<string | null> { function