Searched refs:allowsVoipAsync (Results 1 – 9 of 9) sorted by relevance
148 export async function allowsVoipAsync() { function149 if (!ExpoCellular.allowsVoipAsync) {152 return await ExpoCellular.allowsVoipAsync();
9 allowsVoipAsync(): Promise<boolean | null>; constant
131 export declare function allowsVoipAsync(): Promise<boolean | null>;
39 async allowsVoipAsync() {
1 …allowsVoipAsync()`](#allowsvoipasync) instead.\n *\n */\nexport const allowsVoip: boolean | null =…
1 … {\n return CellularGeneration.UNKNOWN;\n }\n },\n\n async allowsVoipAsync(): Promise<bo…
162 export async function allowsVoipAsync(): Promise<boolean | null> { function163 if (!ExpoCellular.allowsVoipAsync) {166 return await ExpoCellular.allowsVoipAsync();
40 async allowsVoipAsync(): Promise<boolean | null> {
32 allowsVoip: await Cellular.allowsVoipAsync(),