Home
last modified time | relevance | path

Searched refs:getForegroundPermissionsAsync (Results 1 – 18 of 18) sorted by relevance

/expo/packages/expo-location/src/
H A DLocation.ts274 export async function getForegroundPermissionsAsync(): Promise<LocationPermissionResponse> { function
275 return await ExpoLocation.getForegroundPermissionsAsync();
298 getMethod: getForegroundPermissionsAsync,
H A DExpoLocation.web.ts155 async getForegroundPermissionsAsync(): Promise<PermissionResponse> {
/expo/packages/expo-location/build/
H A DLocation.js202 export async function getForegroundPermissionsAsync() { function
203 return await ExpoLocation.getForegroundPermissionsAsync();
224 getMethod: getForegroundPermissionsAsync,
H A DExpoLocation.web.d.ts25 getForegroundPermissionsAsync(): Promise<PermissionResponse>;
H A DLocation.d.ts115 export declare function getForegroundPermissionsAsync(): Promise<LocationPermissionResponse>;
H A DExpoLocation.web.js129 async getForegroundPermissionsAsync() {
H A DLocation.js.map1getForegroundPermissionsAsync`](#locationgetforegroundpermissionsasync) or [`getBackgroundPermissi…
H A DExpoLocation.web.js.map1 …Response> {\n return getPermissionsAsync();\n },\n async getForegroundPermissionsAsync(): Pro…
/expo/apps/native-component-list/src/screens/Location/
H A DLocationScreen.tsx76 title="getForegroundPermissionsAsync"
77 action={() => Location.getForegroundPermissionsAsync()}
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/location/
H A DLocationModule.java184 getForegroundPermissionsAsync(promise); in getPermissionsAsync()
221 public void getForegroundPermissionsAsync(final Promise promise) { in getForegroundPermissionsAsync() method in LocationModule
244 getForegroundPermissionsAsync(promise); in getBackgroundPermissionsAsync()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/location/
H A DLocationModule.java184 getForegroundPermissionsAsync(promise); in getPermissionsAsync()
221 public void getForegroundPermissionsAsync(final Promise promise) { in getForegroundPermissionsAsync() method in LocationModule
244 getForegroundPermissionsAsync(promise); in getBackgroundPermissionsAsync()
/expo/packages/expo-location/android/src/main/java/expo/modules/location/
H A DLocationModule.java184 getForegroundPermissionsAsync(promise); in getPermissionsAsync()
221 public void getForegroundPermissionsAsync(final Promise promise) { in getForegroundPermissionsAsync() method in LocationModule
244 getForegroundPermissionsAsync(promise); in getBackgroundPermissionsAsync()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/location/
H A DLocationModule.java184 getForegroundPermissionsAsync(promise); in getPermissionsAsync()
221 public void getForegroundPermissionsAsync(final Promise promise) { in getForegroundPermissionsAsync() method in LocationModule
244 getForegroundPermissionsAsync(promise); in getBackgroundPermissionsAsync()
/expo/ios/versioned/sdk49/EXLocation/EXLocation/
H A DABI49_0_0EXLocation.m342 ABI49_0_0EX_EXPORT_METHOD_AS(getForegroundPermissionsAsync, category
343 getForegroundPermissionsAsync:(ABI49_0_0EXPromiseResolveBlock)resolve
/expo/ios/versioned/sdk47/EXLocation/EXLocation/
H A DABI47_0_0EXLocation.m342 ABI47_0_0EX_EXPORT_METHOD_AS(getForegroundPermissionsAsync, category
343 getForegroundPermissionsAsync:(ABI47_0_0EXPromiseResolveBlock)resolve
/expo/ios/versioned/sdk48/EXLocation/EXLocation/
H A DABI48_0_0EXLocation.m342 ABI48_0_0EX_EXPORT_METHOD_AS(getForegroundPermissionsAsync, category
343 getForegroundPermissionsAsync:(ABI48_0_0EXPromiseResolveBlock)resolve
/expo/packages/expo-location/ios/EXLocation/
H A DEXLocation.m342 EX_EXPORT_METHOD_AS(getForegroundPermissionsAsync, category
343 getForegroundPermissionsAsync:(EXPromiseResolveBlock)resolve
/expo/apps/test-suite/tests/
H A DLocation.js77 const permission = await Location.getForegroundPermissionsAsync();