Home
last modified time | relevance | path

Searched refs:allowsVoipAsync (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-cellular/build/
H A DCellular.js148 export async function allowsVoipAsync() { function
149 if (!ExpoCellular.allowsVoipAsync) {
152 return await ExpoCellular.allowsVoipAsync();
H A DExpoCellular.web.d.ts9 allowsVoipAsync(): Promise<boolean | null>; constant
H A DCellular.d.ts131 export declare function allowsVoipAsync(): Promise<boolean | null>;
H A DExpoCellular.web.js39 async allowsVoipAsync() {
H A DCellular.js.map1allowsVoipAsync()`](#allowsvoipasync) instead.\n *\n */\nexport const allowsVoip: boolean | null =…
H A DExpoCellular.web.js.map1 … {\n return CellularGeneration.UNKNOWN;\n }\n },\n\n async allowsVoipAsync(): Promise<bo…
/expo/packages/expo-cellular/src/
H A DCellular.ts162 export async function allowsVoipAsync(): Promise<boolean | null> { function
163 if (!ExpoCellular.allowsVoipAsync) {
166 return await ExpoCellular.allowsVoipAsync();
H A DExpoCellular.web.ts40 async allowsVoipAsync(): Promise<boolean | null> {
/expo/apps/native-component-list/src/screens/
H A DCellularScreen.tsx32 allowsVoip: await Cellular.allowsVoipAsync(),