| /expo/packages/expo-notifications/src/ |
| H A D | cancelAllScheduledNotificationsAsync.ts | 10 export default async function cancelAllScheduledNotificationsAsync(): Promise<void> { function 11 if (!NotificationScheduler.cancelAllScheduledNotificationsAsync) { 15 return await NotificationScheduler.cancelAllScheduledNotificationsAsync();
|
| H A D | index.ts | 21 export { default as cancelAllScheduledNotificationsAsync } from './cancelAllScheduledNotificationsA…
|
| H A D | NotificationScheduler.types.ts | 13 cancelAllScheduledNotificationsAsync?: () => Promise<void>; property
|
| /expo/packages/expo-notifications/build/ |
| H A D | cancelAllScheduledNotificationsAsync.js | 8 export default async function cancelAllScheduledNotificationsAsync() { function 9 if (!NotificationScheduler.cancelAllScheduledNotificationsAsync) { 12 return await NotificationScheduler.cancelAllScheduledNotificationsAsync();
|
| H A D | cancelAllScheduledNotificationsAsync.js.map | 1 …cancelAllScheduledNotificationsAsync.js","sourceRoot":"","sources":["../src/cancelAllScheduledNoti…
|
| H A D | cancelAllScheduledNotificationsAsync.d.ts.map | 1 …version":3,"file":"cancelAllScheduledNotificationsAsync.d.ts","sourceRoot":"","sources":["../src/c…
|
| H A D | cancelAllScheduledNotificationsAsync.d.ts | 6 export default function cancelAllScheduledNotificationsAsync(): Promise<void>; function
|
| H A D | index.d.ts | 21 export { default as cancelAllScheduledNotificationsAsync } from './cancelAllScheduledNotificationsA…
|
| H A D | NotificationScheduler.types.d.ts | 7 cancelAllScheduledNotificationsAsync?: () => Promise<void>; property
|
| H A D | index.js | 21 export { default as cancelAllScheduledNotificationsAsync } from './cancelAllScheduledNotificationsA…
|
| H A D | index.js.map | 1 …cationAsync';\nexport { default as cancelAllScheduledNotificationsAsync } from './cancelAllSchedul…
|
| H A D | NotificationScheduler.types.js.map | 1 …ficationAsync?: (identifier: string) => Promise<void>;\n cancelAllScheduledNotificationsAsync?: (…
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/scheduling/ |
| H A D | NotificationScheduler.kt | 94 …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 D | ScopedNotificationScheduler.kt | 70 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 D | ScopedNotificationScheduler.kt | 79 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 D | ScopedNotificationScheduler.kt | 79 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 D | ScopedNotificationScheduler.kt | 79 override fun cancelAllScheduledNotificationsAsync(promise: Promise) { in cancelAllScheduledNotificationsAsync() method
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 1471 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 D | NotificationScheduler.java | 118 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 D | NotificationScheduler.java | 118 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 D | NotificationScheduler.java | 118 public void cancelAllScheduledNotificationsAsync(final Promise promise) { in cancelAllScheduledNotificationsAsync() method in NotificationScheduler
|
| /expo/packages/expo-notifications/ios/EXNotifications/Notifications/Scheduling/ |
| H A D | EXNotificationSchedulerModule.m | 92 EX_EXPORT_METHOD_AS(cancelAllScheduledNotificationsAsync, category
|
| /expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Scheduling/ |
| H A D | ABI48_0_0EXNotificationSchedulerModule.m | 92 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 D | NotificationsModule.java | 333 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 D | NotificationsModule.java | 333 public void cancelAllScheduledNotificationsAsync(final Promise promise) { in cancelAllScheduledNotificationsAsync() method in NotificationsModule
|