Home
last modified time | relevance | path

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

12

/expo/packages/expo-notifications/src/
H A DcancelAllScheduledNotificationsAsync.ts10 export default async function cancelAllScheduledNotificationsAsync(): Promise<void> { function
11 if (!NotificationScheduler.cancelAllScheduledNotificationsAsync) {
15 return await NotificationScheduler.cancelAllScheduledNotificationsAsync();
H A Dindex.ts21 export { default as cancelAllScheduledNotificationsAsync } from './cancelAllScheduledNotificationsA…
H A DNotificationScheduler.types.ts13 cancelAllScheduledNotificationsAsync?: () => Promise<void>; property
/expo/packages/expo-notifications/build/
H A DcancelAllScheduledNotificationsAsync.js8 export default async function cancelAllScheduledNotificationsAsync() { function
9 if (!NotificationScheduler.cancelAllScheduledNotificationsAsync) {
12 return await NotificationScheduler.cancelAllScheduledNotificationsAsync();
H A DcancelAllScheduledNotificationsAsync.js.map1cancelAllScheduledNotificationsAsync.js","sourceRoot":"","sources":["../src/cancelAllScheduledNoti…
H A DcancelAllScheduledNotificationsAsync.d.ts.map1 …version":3,"file":"cancelAllScheduledNotificationsAsync.d.ts","sourceRoot":"","sources":["../src/c…
H A DcancelAllScheduledNotificationsAsync.d.ts6 export default function cancelAllScheduledNotificationsAsync(): Promise<void>; function
H A Dindex.d.ts21 export { default as cancelAllScheduledNotificationsAsync } from './cancelAllScheduledNotificationsA…
H A DNotificationScheduler.types.d.ts7 cancelAllScheduledNotificationsAsync?: () => Promise<void>; property
H A Dindex.js21 export { default as cancelAllScheduledNotificationsAsync } from './cancelAllScheduledNotificationsA…
H A Dindex.js.map1 …cationAsync';\nexport { default as cancelAllScheduledNotificationsAsync } from './cancelAllSchedul…
H A DNotificationScheduler.types.js.map1 …ficationAsync?: (identifier: string) => Promise<void>;\n cancelAllScheduledNotificationsAsync?: (…
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/scheduling/
H A DNotificationScheduler.kt94 …lAllScheduledNotificationsAsync", this@NotificationScheduler::cancelAllScheduledNotificationsAsync) in <lambda>()
134 open fun cancelAllScheduledNotificationsAsync(promise: Promise) { in <lambda>() method in expo.modules.notifications.notifications.scheduling.NotificationScheduler
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationScheduler.kt70 override fun cancelAllScheduledNotificationsAsync(promise: Promise) { in <lambda>() method in versioned.host.exp.exponent.modules.universal.notifications.ScopedNotificationScheduler
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationScheduler.kt79 override fun cancelAllScheduledNotificationsAsync(promise: Promise) { in cancelAllScheduledNotificationsAsync() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationScheduler.kt79 override fun cancelAllScheduledNotificationsAsync(promise: Promise) { in cancelAllScheduledNotificationsAsync() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationScheduler.kt79 override fun cancelAllScheduledNotificationsAsync(promise: Promise) { in cancelAllScheduledNotificationsAsync() method
/expo/apps/test-suite/tests/
H A DNotifications.js1471 await Notifications.cancelAllScheduledNotificationsAsync();
1662 await Notifications.cancelAllScheduledNotificationsAsync();
1675 await Notifications.cancelAllScheduledNotificationsAsync();
1721 await Notifications.cancelAllScheduledNotificationsAsync();
1734 await Notifications.cancelAllScheduledNotificationsAsync();
1783 await Notifications.cancelAllScheduledNotificationsAsync();
1796 await Notifications.cancelAllScheduledNotificationsAsync();
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/scheduling/
H A DNotificationScheduler.java118 public void cancelAllScheduledNotificationsAsync(final Promise promise) { in cancelAllScheduledNotificationsAsync() 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.java118 public void cancelAllScheduledNotificationsAsync(final Promise promise) { in cancelAllScheduledNotificationsAsync() 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.java118 public void cancelAllScheduledNotificationsAsync(final Promise promise) { in cancelAllScheduledNotificationsAsync() method in NotificationScheduler
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Scheduling/
H A DEXNotificationSchedulerModule.m92 EX_EXPORT_METHOD_AS(cancelAllScheduledNotificationsAsync, category
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Scheduling/
H A DABI48_0_0EXNotificationSchedulerModule.m92 ABI48_0_0EX_EXPORT_METHOD_AS(cancelAllScheduledNotificationsAsync, category
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java333 public void cancelAllScheduledNotificationsAsync(final Promise promise) { in cancelAllScheduledNotificationsAsync() method in NotificationsModule
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java333 public void cancelAllScheduledNotificationsAsync(final Promise promise) { in cancelAllScheduledNotificationsAsync() method in NotificationsModule

12