Home
last modified time | relevance | path

Searched defs:registerTaskAsync (Results 1 – 16 of 16) sorted by relevance

/expo/packages/expo-notifications/build/
H A DregisterTaskAsync.d.ts28 export default function registerTaskAsync(taskName: string): Promise<null>; function
H A DregisterTaskAsync.js30 export default async function registerTaskAsync(taskName) { function
H A DBackgroundNotificationTasksModule.types.d.ts3 registerTaskAsync: (taskName: string) => Promise<null>; property
/expo/packages/expo-notifications/src/
H A DregisterTaskAsync.ts32 export default async function registerTaskAsync(taskName: string): Promise<null> { function
H A DBackgroundNotificationTasksModule.types.ts4 registerTaskAsync: (taskName: string) => Promise<null>; property
/expo/packages/expo-background-fetch/src/
H A DBackgroundFetch.ts65 export async function registerTaskAsync( function
/expo/packages/expo-background-fetch/build/
H A DBackgroundFetch.js57 export async function registerTaskAsync(taskName, options = {}) { function
/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
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_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/ios/versioned/sdk47/EXBackgroundFetch/EXBackgroundFetch/
H A DABI47_0_0EXBackgroundFetch.m45 ABI47_0_0EX_EXPORT_METHOD_AS(registerTaskAsync, category
/expo/ios/versioned/sdk49/EXBackgroundFetch/EXBackgroundFetch/
H A DABI49_0_0EXBackgroundFetch.m45 ABI49_0_0EX_EXPORT_METHOD_AS(registerTaskAsync, category
/expo/ios/versioned/sdk48/EXBackgroundFetch/EXBackgroundFetch/
H A DABI48_0_0EXBackgroundFetch.m45 ABI48_0_0EX_EXPORT_METHOD_AS(registerTaskAsync, category