| /expo/packages/expo-notifications/src/ |
| H A D | registerTaskAsync.ts | 32 export default async function registerTaskAsync(taskName: string): Promise<null> { function 33 if (!BackgroundNotificationTasksModule.registerTaskAsync) { 37 return await BackgroundNotificationTasksModule.registerTaskAsync(taskName);
|
| H A D | BackgroundNotificationTasksModule.web.ts | 2 async registerTaskAsync(taskName: string): Promise<null> {
|
| H A D | BackgroundNotificationTasksModule.types.ts | 4 registerTaskAsync: (taskName: string) => Promise<null>; property
|
| H A D | index.ts | 28 export { default as registerTaskAsync } from './registerTaskAsync';
|
| /expo/packages/expo-notifications/build/ |
| H A D | registerTaskAsync.js | 30 export default async function registerTaskAsync(taskName) { function 31 if (!BackgroundNotificationTasksModule.registerTaskAsync) { 34 return await BackgroundNotificationTasksModule.registerTaskAsync(taskName);
|
| H A D | registerTaskAsync.js.map | 1 …registerTaskAsync.js","sourceRoot":"","sources":["../src/registerTaskAsync.ts"],"names":[],"mappin…
|
| H A D | registerTaskAsync.d.ts.map | 1 {"version":3,"file":"registerTaskAsync.d.ts","sourceRoot":"","sources":["../src/registerTaskAsync.t…
|
| H A D | registerTaskAsync.d.ts | 28 export default function registerTaskAsync(taskName: string): Promise<null>; function
|
| H A D | BackgroundNotificationTasksModule.web.js | 2 async registerTaskAsync(taskName) {
|
| H A D | BackgroundNotificationTasksModule.web.d.ts | 2 registerTaskAsync(taskName: string): Promise<null>;
|
| H A D | BackgroundNotificationTasksModule.types.d.ts | 3 registerTaskAsync: (taskName: string) => Promise<null>; property
|
| H A D | unregisterTaskAsync.js.map | 1 …egister tasks registered with `registerTaskAsync` method.\n * @param taskName The string you passe…
|
| H A D | index.d.ts | 28 export { default as registerTaskAsync } from './registerTaskAsync';
|
| H A D | BackgroundNotificationTasksModule.web.js.map | 1 …C;IACd,CAAC;CACF,CAAC","sourcesContent":["export default {\n async registerTaskAsync(taskName: st…
|
| H A D | BackgroundNotificationTasksModule.types.js.map | 1 …ce BackgroundNotificationTasksModule extends ProxyNativeModule {\n registerTaskAsync: (taskName: …
|
| H A D | index.js | 28 export { default as registerTaskAsync } from './registerTaskAsync';
|
| /expo/packages/expo-background-fetch/src/ |
| H A D | BackgroundFetch.ts | 65 export async function registerTaskAsync( function 69 if (!ExpoBackgroundFetch.registerTaskAsync) { 77 await ExpoBackgroundFetch.registerTaskAsync(taskName, options);
|
| /expo/packages/expo-background-fetch/build/ |
| H A D | BackgroundFetch.js | 57 export async function registerTaskAsync(taskName, options = {}) { function 58 if (!ExpoBackgroundFetch.registerTaskAsync) { 64 await ExpoBackgroundFetch.registerTaskAsync(taskName, options);
|
| H A D | BackgroundFetch.d.ts | 40 export declare function registerTaskAsync(taskName: string, options?: BackgroundFetchOptions): Prom…
|
| /expo/apps/test-suite/tests/ |
| H A D | TaskManager.js | 28 await BackgroundFetch.registerTaskAsync(DEFINED_TASK_NAME); 53 await BackgroundFetch.registerTaskAsync(DEFINED_TASK_NAME, backgroundFetchOptions); 75 await BackgroundFetch.registerTaskAsync(DEFINED_TASK_NAME, backgroundFetchOptions); 97 await BackgroundFetch.registerTaskAsync(DEFINED_TASK_NAME, backgroundFetchOptions); 107 await BackgroundFetch.registerTaskAsync(DEFINED_TASK_NAME, backgroundFetchOptions);
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/background/ |
| H A D | ExpoBackgroundNotificationTasksModule.java | 31 public void registerTaskAsync(String taskName, final Promise promise) { in registerTaskAsync() 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 | 31 public void registerTaskAsync(String taskName, final Promise promise) { in registerTaskAsync() 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 | 31 public void registerTaskAsync(String taskName, final Promise promise) { in registerTaskAsync() method in ExpoBackgroundNotificationTasksModule
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/backgroundfetch/ |
| H A D | BackgroundFetchModule.java | 31 …public void registerTaskAsync(String taskName, Map<String, Object> options, final Promise promise)… in registerTaskAsync() method in BackgroundFetchModule
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/backgroundfetch/ |
| H A D | BackgroundFetchModule.java | 31 …public void registerTaskAsync(String taskName, Map<String, Object> options, final Promise promise)… in registerTaskAsync() method in BackgroundFetchModule
|