Home
last modified time | relevance | path

Searched refs:getAllScheduledNotificationsAsync (Results 1 – 23 of 23) sorted by relevance

/expo/packages/expo-notifications/src/
H A DgetAllScheduledNotificationsAsync.ts11 export default async function getAllScheduledNotificationsAsync(): Promise<NotificationRequest[]> { function
12 if (!NotificationScheduler.getAllScheduledNotificationsAsync) {
16 return await NotificationScheduler.getAllScheduledNotificationsAsync();
H A Dindex.ts18 export { default as getAllScheduledNotificationsAsync } from './getAllScheduledNotificationsAsync';
H A DNotificationScheduler.types.ts6 getAllScheduledNotificationsAsync?: () => Promise<NotificationRequest[]>; property
/expo/packages/expo-notifications/build/
H A DgetAllScheduledNotificationsAsync.js8 export default async function getAllScheduledNotificationsAsync() { function
9 if (!NotificationScheduler.getAllScheduledNotificationsAsync) {
12 return await NotificationScheduler.getAllScheduledNotificationsAsync();
H A DgetAllScheduledNotificationsAsync.js.map1getAllScheduledNotificationsAsync.js","sourceRoot":"","sources":["../src/getAllScheduledNotificati…
H A DgetAllScheduledNotificationsAsync.d.ts.map1 {"version":3,"file":"getAllScheduledNotificationsAsync.d.ts","sourceRoot":"","sources":["../src/get…
H A DgetAllScheduledNotificationsAsync.d.ts7 export default function getAllScheduledNotificationsAsync(): Promise<NotificationRequest[]>; function
H A Dindex.d.ts18 export { default as getAllScheduledNotificationsAsync } from './getAllScheduledNotificationsAsync';
H A DNotificationScheduler.types.d.ts4 getAllScheduledNotificationsAsync?: () => Promise<NotificationRequest[]>; property
H A Dindex.js18 export { default as getAllScheduledNotificationsAsync } from './getAllScheduledNotificationsAsync';
H A Dindex.js.map1 …adgeCountAsync';\nexport { default as getAllScheduledNotificationsAsync } from './getAllScheduledN…
H A DNotificationScheduler.types.js.map1 … NotificationSchedulerModule extends ProxyNativeModule {\n getAllScheduledNotificationsAsync?: ()…
/expo/apps/test-suite/tests/
H A DNotifications.js917 const notifications = await Notifications.getAllScheduledNotificationsAsync();
930 const notifications = await Notifications.getAllScheduledNotificationsAsync();
954 const notifications = await Notifications.getAllScheduledNotificationsAsync();
1194 const result = await Notifications.getAllScheduledNotificationsAsync();
1238 const result = await Notifications.getAllScheduledNotificationsAsync();
1281 const result = await Notifications.getAllScheduledNotificationsAsync();
1475 const scheduledNotifications = await Notifications.getAllScheduledNotificationsAsync();
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/scheduling/
H A DNotificationScheduler.java53 public void getAllScheduledNotificationsAsync(final Promise promise) { in getAllScheduledNotificationsAsync() 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.java53 public void getAllScheduledNotificationsAsync(final Promise promise) { in getAllScheduledNotificationsAsync() 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.java53 public void getAllScheduledNotificationsAsync(final Promise promise) { in getAllScheduledNotificationsAsync() method in NotificationScheduler
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Scheduling/
H A DEXNotificationSchedulerModule.m57 EX_EXPORT_METHOD_AS(getAllScheduledNotificationsAsync,
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Scheduling/
H A DABI48_0_0EXNotificationSchedulerModule.m57 ABI48_0_0EX_EXPORT_METHOD_AS(getAllScheduledNotificationsAsync,
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Scheduling/
H A DABI49_0_0EXNotificationSchedulerModule.m57 ABI49_0_0EX_EXPORT_METHOD_AS(getAllScheduledNotificationsAsync,
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Scheduling/
H A DABI47_0_0EXNotificationSchedulerModule.m57 ABI47_0_0EX_EXPORT_METHOD_AS(getAllScheduledNotificationsAsync,
/expo/packages/expo-notifications/
H A DREADME.md350 …- [`getAllScheduledNotificationsAsync`](#getallschedulednotificationsasync-promisenotification) --…
896 ### `getAllScheduledNotificationsAsync(): Promise<Notification[]>`
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx892 ### `getAllScheduledNotificationsAsync(): Promise<Notification[]>`
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx892 ### `getAllScheduledNotificationsAsync(): Promise<Notification[]>`