| /expo/packages/expo-location/src/ |
| H A D | Location.ts | 510 export async function hasStartedGeofencingAsync(taskName: string): Promise<boolean> { function 512 return ExpoLocation.hasStartedGeofencingAsync(taskName);
|
| /expo/packages/expo-location/build/ |
| H A D | Location.js | 410 export async function hasStartedGeofencingAsync(taskName) { function 412 return ExpoLocation.hasStartedGeofencingAsync(taskName);
|
| H A D | Location.d.ts | 251 export declare function hasStartedGeofencingAsync(taskName: string): Promise<boolean>;
|
| H A D | Location.js.map | 1 …ion hasStartedGeofencingAsync(taskName: string): Promise<boolean> {\n _validateTaskName(taskName)…
|
| /expo/apps/native-component-list/src/screens/Location/ |
| H A D | GeofencingScreen.tsx | 88 const isGeofencing = await Location.hasStartedGeofencingAsync(GEOFENCING_TASK); 144 if (await Location.hasStartedGeofencingAsync(GEOFENCING_TASK)) {
|
| /expo/home/screens/DiagnosticsScreen/ |
| H A D | GeofencingDiagnosticsScreen.tsx | 74 const isGeofencing = await Location.hasStartedGeofencingAsync(GEOFENCING_TASK); 167 if (await Location.hasStartedGeofencingAsync(GEOFENCING_TASK)) {
|
| /expo/apps/test-suite/tests/ |
| H A D | Location.js | 540 const started = await Location.hasStartedGeofencingAsync(GEOFENCING_TASK); 559 const started = await Location.hasStartedGeofencingAsync(GEOFENCING_TASK);
|
| /expo/ios/versioned/sdk49/EXLocation/EXLocation/ |
| H A D | ABI49_0_0EXLocation.m | 488 ABI49_0_0EX_EXPORT_METHOD_AS(hasStartedGeofencingAsync, category
|
| /expo/ios/versioned/sdk47/EXLocation/EXLocation/ |
| H A D | ABI47_0_0EXLocation.m | 488 ABI47_0_0EX_EXPORT_METHOD_AS(hasStartedGeofencingAsync, category
|
| /expo/ios/versioned/sdk48/EXLocation/EXLocation/ |
| H A D | ABI48_0_0EXLocation.m | 488 ABI48_0_0EX_EXPORT_METHOD_AS(hasStartedGeofencingAsync, category
|
| /expo/packages/expo-location/ios/EXLocation/ |
| H A D | EXLocation.m | 488 EX_EXPORT_METHOD_AS(hasStartedGeofencingAsync, category
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/location/ |
| H A D | LocationModule.java | 534 public void hasStartedGeofencingAsync(String taskName, final Promise promise) { in hasStartedGeofencingAsync() method in LocationModule
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/location/ |
| H A D | LocationModule.java | 534 public void hasStartedGeofencingAsync(String taskName, final Promise promise) { in hasStartedGeofencingAsync() method in LocationModule
|
| /expo/packages/expo-location/android/src/main/java/expo/modules/location/ |
| H A D | LocationModule.java | 534 public void hasStartedGeofencingAsync(String taskName, final Promise promise) { in hasStartedGeofencingAsync() method in LocationModule
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/location/ |
| H A D | LocationModule.java | 534 public void hasStartedGeofencingAsync(String taskName, final Promise promise) { in hasStartedGeofencingAsync() method in LocationModule
|