Home
last modified time | relevance | path

Searched refs:cancelScheduledNotificationAsync (Results 1 – 25 of 37) sorted by relevance

12

/expo/packages/expo-notifications/src/
H A DcancelScheduledNotificationAsync.ts25 export default async function cancelScheduledNotificationAsync(identifier: string): Promise<void> { function
26 if (!NotificationScheduler.cancelScheduledNotificationAsync) {
30 return await NotificationScheduler.cancelScheduledNotificationAsync(identifier);
H A Dindex.ts20 export { default as cancelScheduledNotificationAsync } from './cancelScheduledNotificationAsync';
H A DNotificationScheduler.types.ts12 cancelScheduledNotificationAsync?: (identifier: string) => Promise<void>; property
/expo/packages/expo-notifications/build/
H A DcancelScheduledNotificationAsync.js23 export default async function cancelScheduledNotificationAsync(identifier) { function
24 if (!NotificationScheduler.cancelScheduledNotificationAsync) {
27 return await NotificationScheduler.cancelScheduledNotificationAsync(identifier);
H A DcancelScheduledNotificationAsync.js.map1cancelScheduledNotificationAsync.js","sourceRoot":"","sources":["../src/cancelScheduledNotificatio…
H A DcancelScheduledNotificationAsync.d.ts.map1 {"version":3,"file":"cancelScheduledNotificationAsync.d.ts","sourceRoot":"","sources":["../src/canc…
H A DcancelScheduledNotificationAsync.d.ts21 export default function cancelScheduledNotificationAsync(identifier: string): Promise<void>; function
H A Dindex.d.ts20 export { default as cancelScheduledNotificationAsync } from './cancelScheduledNotificationAsync';
H A DNotificationScheduler.types.d.ts6 cancelScheduledNotificationAsync?: (identifier: string) => Promise<void>; property
H A Dindex.js20 export { default as cancelScheduledNotificationAsync } from './cancelScheduledNotificationAsync';
H A Dindex.js.map1 …tificationAsync';\nexport { default as cancelScheduledNotificationAsync } from './cancelScheduledN…
H A DNotificationScheduler.types.js.map1 …igger: NotificationTriggerInput\n ) => Promise<string>;\n cancelScheduledNotificationAsync?: (id…
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationScheduler.kt43 override fun cancelScheduledNotificationAsync(identifier: String, promise: Promise) { in <lambda>() method in versioned.host.exp.exponent.modules.universal.notifications.ScopedNotificationScheduler
107 super.cancelScheduledNotificationAsync(identifier, promise) in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationScheduler.kt48 override fun cancelScheduledNotificationAsync(identifier: String, promise: Promise) { in cancelScheduledNotificationAsync() method
120 super.cancelScheduledNotificationAsync(identifier, promise) in doCancelScheduledNotificationAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationScheduler.kt48 override fun cancelScheduledNotificationAsync(identifier: String, promise: Promise) { in cancelScheduledNotificationAsync() method
120 super.cancelScheduledNotificationAsync(identifier, promise) in doCancelScheduledNotificationAsync()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationScheduler.kt48 override fun cancelScheduledNotificationAsync(identifier: String, promise: Promise) { in cancelScheduledNotificationAsync() method
120 super.cancelScheduledNotificationAsync(identifier, promise) in doCancelScheduledNotificationAsync()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/scheduling/
H A DNotificationScheduler.kt92 …n("cancelScheduledNotificationAsync", this@NotificationScheduler::cancelScheduledNotificationAsync) in <lambda>()
119 open fun cancelScheduledNotificationAsync(identifier: String, promise: Promise) { in <lambda>() method in expo.modules.notifications.notifications.scheduling.NotificationScheduler
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/scheduling/
H A DNotificationScheduler.java102 public void cancelScheduledNotificationAsync(String identifier, final Promise promise) { in cancelScheduledNotificationAsync() method in NotificationScheduler
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/scheduling/
H A DNotificationScheduler.java102 public void cancelScheduledNotificationAsync(String identifier, final Promise promise) { in cancelScheduledNotificationAsync() method in NotificationScheduler
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/scheduling/
H A DNotificationScheduler.java102 public void cancelScheduledNotificationAsync(String identifier, final Promise promise) { in cancelScheduledNotificationAsync() method in NotificationScheduler
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/
H A DABI49_0_0EXNotifications.m244 ABI49_0_0RCT_REMAP_METHOD(cancelScheduledNotificationAsync, category
245 cancelScheduledNotificationAsync:(NSString *)uniqueId
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/
H A DABI47_0_0EXNotifications.m244 ABI47_0_0RCT_REMAP_METHOD(cancelScheduledNotificationAsync, category
245 cancelScheduledNotificationAsync:(NSString *)uniqueId
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/
H A DABI48_0_0EXNotifications.m244 ABI48_0_0RCT_REMAP_METHOD(cancelScheduledNotificationAsync, category
245 cancelScheduledNotificationAsync:(NSString *)uniqueId
/expo/apps/test-suite/tests/
H A DNotifications.js913 await Notifications.cancelScheduledNotificationAsync(identifier);
953 await Notifications.cancelScheduledNotificationAsync(identifier);
970 await Notifications.cancelScheduledNotificationAsync(identifier);
1446 await Notifications.cancelScheduledNotificationAsync(identifier);
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Scheduling/
H A DEXNotificationSchedulerModule.m85 EX_EXPORT_METHOD_AS(cancelScheduledNotificationAsync, category

12