| /expo/packages/expo-notifications/src/ |
| H A D | unregisterTaskAsync.ts | 10 export default async function unregisterTaskAsync(taskName: string): Promise<null> { function 11 if (!BackgroundNotificationTasksModule.unregisterTaskAsync) { 15 return await BackgroundNotificationTasksModule.unregisterTaskAsync(taskName);
|
| H A D | BackgroundNotificationTasksModule.web.ts | 5 async unregisterTaskAsync(taskName: string): Promise<null> {
|
| H A D | BackgroundNotificationTasksModule.types.ts | 5 unregisterTaskAsync: (taskName: string) => Promise<null>; property
|
| H A D | index.ts | 29 export { default as unregisterTaskAsync } from './unregisterTaskAsync';
|
| /expo/packages/expo-notifications/build/ |
| H A D | unregisterTaskAsync.js | 8 export default async function unregisterTaskAsync(taskName) { function 9 if (!BackgroundNotificationTasksModule.unregisterTaskAsync) { 12 return await BackgroundNotificationTasksModule.unregisterTaskAsync(taskName);
|
| H A D | unregisterTaskAsync.js.map | 1 …unregisterTaskAsync.js","sourceRoot":"","sources":["../src/unregisterTaskAsync.ts"],"names":[],"ma…
|
| H A D | unregisterTaskAsync.d.ts.map | 1 {"version":3,"file":"unregisterTaskAsync.d.ts","sourceRoot":"","sources":["../src/unregisterTaskAsy…
|
| H A D | unregisterTaskAsync.d.ts | 6 export default function unregisterTaskAsync(taskName: string): Promise<null>; function
|
| H A D | BackgroundNotificationTasksModule.web.js | 5 async unregisterTaskAsync(taskName) {
|
| H A D | BackgroundNotificationTasksModule.web.d.ts | 3 unregisterTaskAsync(taskName: string): Promise<null>; constant
|
| H A D | BackgroundNotificationTasksModule.types.d.ts | 4 unregisterTaskAsync: (taskName: string) => Promise<null>; property
|
| H A D | index.d.ts | 29 export { default as unregisterTaskAsync } from './unregisterTaskAsync';
|
| H A D | BackgroundNotificationTasksModule.web.js.map | 1 …askName: string): Promise<null> {\n return null;\n },\n async unregisterTaskAsync(taskName: s…
|
| H A D | BackgroundNotificationTasksModule.types.js.map | 1 …le {\n registerTaskAsync: (taskName: string) => Promise<null>;\n unregisterTaskAsync: (taskName:…
|
| H A D | index.js | 29 export { default as unregisterTaskAsync } from './unregisterTaskAsync';
|
| /expo/packages/expo-background-fetch/src/ |
| H A D | BackgroundFetch.ts | 86 export async function unregisterTaskAsync(taskName: string): Promise<void> { function 87 if (!ExpoBackgroundFetch.unregisterTaskAsync) { 90 await ExpoBackgroundFetch.unregisterTaskAsync(taskName);
|
| /expo/packages/expo-background-fetch/build/ |
| H A D | BackgroundFetch.js | 72 export async function unregisterTaskAsync(taskName) { function 73 if (!ExpoBackgroundFetch.unregisterTaskAsync) { 76 await ExpoBackgroundFetch.unregisterTaskAsync(taskName);
|
| H A D | BackgroundFetch.d.ts | 46 export declare function unregisterTaskAsync(taskName: string): Promise<void>;
|
| /expo/packages/expo-task-manager/build/ |
| H A D | TaskManager.js | 112 export async function unregisterTaskAsync(taskName) { function 113 if (!ExpoTaskManager.unregisterTaskAsync) { 117 await ExpoTaskManager.unregisterTaskAsync(taskName); 156 await ExpoTaskManager.unregisterTaskAsync(taskName);
|
| H A D | TaskManager.d.ts | 139 export declare function unregisterTaskAsync(taskName: string): Promise<void>;
|
| /expo/packages/expo-task-manager/src/ |
| H A D | TaskManager.ts | 214 export async function unregisterTaskAsync(taskName: string): Promise<void> { function 215 if (!ExpoTaskManager.unregisterTaskAsync) { 220 await ExpoTaskManager.unregisterTaskAsync(taskName); 264 await ExpoTaskManager.unregisterTaskAsync(taskName);
|
| /expo/apps/test-suite/tests/ |
| H A D | TaskManager.js | 40 await BackgroundFetch.unregisterTaskAsync(DEFINED_TASK_NAME); 59 await BackgroundFetch.unregisterTaskAsync(DEFINED_TASK_NAME); 91 await BackgroundFetch.unregisterTaskAsync(DEFINED_TASK_NAME); 111 await BackgroundFetch.unregisterTaskAsync(UNDEFINED_TASK_NAME); 118 await BackgroundFetch.unregisterTaskAsync(DEFINED_TASK_NAME);
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/background/ |
| H A D | ExpoBackgroundNotificationTasksModule.java | 42 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 D | ExpoBackgroundNotificationTasksModule.java | 42 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 D | ExpoBackgroundNotificationTasksModule.java | 42 public void unregisterTaskAsync(String taskName, final Promise promise) { in unregisterTaskAsync() method in ExpoBackgroundNotificationTasksModule
|