Home
last modified time | relevance | path

Searched refs:registerTaskAsync (Results 1 – 25 of 45) sorted by relevance

12

/expo/packages/expo-notifications/src/
H A DregisterTaskAsync.ts32 export default async function registerTaskAsync(taskName: string): Promise<null> { function
33 if (!BackgroundNotificationTasksModule.registerTaskAsync) {
37 return await BackgroundNotificationTasksModule.registerTaskAsync(taskName);
H A DBackgroundNotificationTasksModule.web.ts2 async registerTaskAsync(taskName: string): Promise<null> {
H A DBackgroundNotificationTasksModule.types.ts4 registerTaskAsync: (taskName: string) => Promise<null>; property
H A Dindex.ts28 export { default as registerTaskAsync } from './registerTaskAsync';
/expo/packages/expo-notifications/build/
H A DregisterTaskAsync.js30 export default async function registerTaskAsync(taskName) { function
31 if (!BackgroundNotificationTasksModule.registerTaskAsync) {
34 return await BackgroundNotificationTasksModule.registerTaskAsync(taskName);
H A DregisterTaskAsync.js.map1registerTaskAsync.js","sourceRoot":"","sources":["../src/registerTaskAsync.ts"],"names":[],"mappin…
H A DregisterTaskAsync.d.ts.map1 {"version":3,"file":"registerTaskAsync.d.ts","sourceRoot":"","sources":["../src/registerTaskAsync.t…
H A DregisterTaskAsync.d.ts28 export default function registerTaskAsync(taskName: string): Promise<null>; function
H A DBackgroundNotificationTasksModule.web.js2 async registerTaskAsync(taskName) {
H A DBackgroundNotificationTasksModule.web.d.ts2 registerTaskAsync(taskName: string): Promise<null>;
H A DBackgroundNotificationTasksModule.types.d.ts3 registerTaskAsync: (taskName: string) => Promise<null>; property
H A DunregisterTaskAsync.js.map1 …egister tasks registered with `registerTaskAsync` method.\n * @param taskName The string you passe…
H A Dindex.d.ts28 export { default as registerTaskAsync } from './registerTaskAsync';
H A DBackgroundNotificationTasksModule.web.js.map1 …C;IACd,CAAC;CACF,CAAC","sourcesContent":["export default {\n async registerTaskAsync(taskName: st…
H A DBackgroundNotificationTasksModule.types.js.map1 …ce BackgroundNotificationTasksModule extends ProxyNativeModule {\n registerTaskAsync: (taskName: …
H A Dindex.js28 export { default as registerTaskAsync } from './registerTaskAsync';
/expo/packages/expo-background-fetch/src/
H A DBackgroundFetch.ts65 export async function registerTaskAsync( function
69 if (!ExpoBackgroundFetch.registerTaskAsync) {
77 await ExpoBackgroundFetch.registerTaskAsync(taskName, options);
/expo/packages/expo-background-fetch/build/
H A DBackgroundFetch.js57 export async function registerTaskAsync(taskName, options = {}) { function
58 if (!ExpoBackgroundFetch.registerTaskAsync) {
64 await ExpoBackgroundFetch.registerTaskAsync(taskName, options);
H A DBackgroundFetch.d.ts40 export declare function registerTaskAsync(taskName: string, options?: BackgroundFetchOptions): Prom…
/expo/apps/test-suite/tests/
H A DTaskManager.js28 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 DExpoBackgroundNotificationTasksModule.java31 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 DExpoBackgroundNotificationTasksModule.java31 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 DExpoBackgroundNotificationTasksModule.java31 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 DBackgroundFetchModule.java31 …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 DBackgroundFetchModule.java31 …public void registerTaskAsync(String taskName, Map<String, Object> options, final Promise promise)… in registerTaskAsync() method in BackgroundFetchModule

12