Home
last modified time | relevance | path

Searched refs:stopGeofencingAsync (Results 1 – 15 of 15) sorted by relevance

/expo/packages/expo-location/src/
H A DLocation.ts499 export async function stopGeofencingAsync(taskName: string): Promise<void> { function
501 await ExpoLocation.stopGeofencingAsync(taskName);
/expo/packages/expo-location/build/
H A DLocation.js400 export async function stopGeofencingAsync(taskName) { function
402 await ExpoLocation.stopGeofencingAsync(taskName);
H A DLocation.d.ts245 export declare function stopGeofencingAsync(taskName: string): Promise<void>;
H A DLocation.js.map1stopGeofencingAsync` if you want to stop geofencing all regions'\n );\n }\n for (const region…
/expo/apps/native-component-list/src/screens/Location/
H A DGeofencingScreen.tsx112 await Location.stopGeofencingAsync(GEOFENCING_TASK);
/expo/home/screens/DiagnosticsScreen/
H A DGeofencingDiagnosticsScreen.tsx121 await Location.stopGeofencingAsync(GEOFENCING_TASK);
/expo/apps/test-suite/tests/
H A DLocation.js555 await Location.stopGeofencingAsync(GEOFENCING_TASK);
/expo/ios/versioned/sdk49/EXLocation/EXLocation/
H A DABI49_0_0EXLocation.m471 ABI49_0_0EX_EXPORT_METHOD_AS(stopGeofencingAsync, category
/expo/ios/versioned/sdk47/EXLocation/EXLocation/
H A DABI47_0_0EXLocation.m471 ABI47_0_0EX_EXPORT_METHOD_AS(stopGeofencingAsync, category
/expo/ios/versioned/sdk48/EXLocation/EXLocation/
H A DABI48_0_0EXLocation.m471 ABI48_0_0EX_EXPORT_METHOD_AS(stopGeofencingAsync, category
/expo/packages/expo-location/ios/EXLocation/
H A DEXLocation.m471 EX_EXPORT_METHOD_AS(stopGeofencingAsync, category
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/location/
H A DLocationModule.java519 public void stopGeofencingAsync(String taskName, final Promise promise) { in stopGeofencingAsync() method in LocationModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/location/
H A DLocationModule.java519 public void stopGeofencingAsync(String taskName, final Promise promise) { in stopGeofencingAsync() method in LocationModule
/expo/packages/expo-location/android/src/main/java/expo/modules/location/
H A DLocationModule.java519 public void stopGeofencingAsync(String taskName, final Promise promise) { in stopGeofencingAsync() method in LocationModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/location/
H A DLocationModule.java519 public void stopGeofencingAsync(String taskName, final Promise promise) { in stopGeofencingAsync() method in LocationModule