Home
last modified time | relevance | path

Searched defs:unregisterTaskAsync (Results 1 – 25 of 30) sorted by relevance

12

/expo/packages/expo-notifications/src/
H A DunregisterTaskAsync.ts10 export default async function unregisterTaskAsync(taskName: string): Promise<null> { function
H A DBackgroundNotificationTasksModule.types.ts5 unregisterTaskAsync: (taskName: string) => Promise<null>; property
/expo/packages/expo-notifications/build/
H A DunregisterTaskAsync.d.ts6 export default function unregisterTaskAsync(taskName: string): Promise<null>; function
H A DunregisterTaskAsync.js8 export default async function unregisterTaskAsync(taskName) { function
H A DBackgroundNotificationTasksModule.web.d.ts3 unregisterTaskAsync(taskName: string): Promise<null>; constant
H A DBackgroundNotificationTasksModule.types.d.ts4 unregisterTaskAsync: (taskName: string) => Promise<null>; property
/expo/packages/expo-background-fetch/src/
H A DBackgroundFetch.ts86 export async function unregisterTaskAsync(taskName: string): Promise<void> { function
/expo/packages/expo-background-fetch/build/
H A DBackgroundFetch.js72 export async function unregisterTaskAsync(taskName) { function
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/background/
H A DExpoBackgroundNotificationTasksModule.java42 public void unregisterTaskAsync(String taskName, final Promise promise) { in unregisterTaskAsync() method in ExpoBackgroundNotificationTasksModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/background/
H A DExpoBackgroundNotificationTasksModule.java42 public void unregisterTaskAsync(String taskName, final Promise promise) { in unregisterTaskAsync() method in ExpoBackgroundNotificationTasksModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/background/
H A DExpoBackgroundNotificationTasksModule.java42 public void unregisterTaskAsync(String taskName, final Promise promise) { in unregisterTaskAsync() method in ExpoBackgroundNotificationTasksModule
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Background/
H A DEXBackgroundNotificationTasksModule.m49 EX_EXPORT_METHOD_AS(unregisterTaskAsync, category
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Background/
H A DABI47_0_0EXBackgroundNotificationTasksModule.m49 ABI47_0_0EX_EXPORT_METHOD_AS(unregisterTaskAsync, category
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Background/
H A DABI48_0_0EXBackgroundNotificationTasksModule.m49 ABI48_0_0EX_EXPORT_METHOD_AS(unregisterTaskAsync, category
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Background/
H A DABI49_0_0EXBackgroundNotificationTasksModule.m49 ABI49_0_0EX_EXPORT_METHOD_AS(unregisterTaskAsync, category
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchModule.java41 public void unregisterTaskAsync(String taskName, final Promise promise) { in unregisterTaskAsync() method in BackgroundFetchModule
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchModule.java41 public void unregisterTaskAsync(String taskName, final Promise promise) { in unregisterTaskAsync() method in BackgroundFetchModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchModule.java41 public void unregisterTaskAsync(String taskName, final Promise promise) { in unregisterTaskAsync() method in BackgroundFetchModule
/expo/packages/expo-task-manager/build/
H A DTaskManager.js112 export async function unregisterTaskAsync(taskName) { function
/expo/ios/versioned/sdk47/EXBackgroundFetch/EXBackgroundFetch/
H A DABI47_0_0EXBackgroundFetch.m70 ABI47_0_0EX_EXPORT_METHOD_AS(unregisterTaskAsync, category
/expo/ios/versioned/sdk49/EXBackgroundFetch/EXBackgroundFetch/
H A DABI49_0_0EXBackgroundFetch.m70 ABI49_0_0EX_EXPORT_METHOD_AS(unregisterTaskAsync, category
/expo/ios/versioned/sdk48/EXBackgroundFetch/EXBackgroundFetch/
H A DABI48_0_0EXBackgroundFetch.m70 ABI48_0_0EX_EXPORT_METHOD_AS(unregisterTaskAsync, category
/expo/packages/expo-task-manager/src/
H A DTaskManager.ts214 export async function unregisterTaskAsync(taskName: string): Promise<void> { function
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/taskManager/
H A DTaskManagerModule.java84 public void unregisterTaskAsync(String taskName, final Promise promise) { in unregisterTaskAsync() method in TaskManagerModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/taskManager/
H A DTaskManagerModule.java84 public void unregisterTaskAsync(String taskName, final Promise promise) { in unregisterTaskAsync() method in TaskManagerModule

12