| /expo/packages/expo-notifications/src/ |
| H A D | getPresentedNotificationsAsync.ts | 12 export default async function getPresentedNotificationsAsync(): Promise<Notification[]> { function 13 if (!NotificationPresenter.getPresentedNotificationsAsync) { 17 return await NotificationPresenter.getPresentedNotificationsAsync();
|
| H A D | NotificationPresenterModule.types.ts | 6 getPresentedNotificationsAsync?: () => Promise<Notification[]>; property
|
| H A D | index.ts | 4 export { default as getPresentedNotificationsAsync } from './getPresentedNotificationsAsync';
|
| /expo/packages/expo-notifications/build/ |
| H A D | getPresentedNotificationsAsync.js | 9 export default async function getPresentedNotificationsAsync() { function 10 if (!NotificationPresenter.getPresentedNotificationsAsync) { 13 return await NotificationPresenter.getPresentedNotificationsAsync();
|
| H A D | getPresentedNotificationsAsync.js.map | 1 …getPresentedNotificationsAsync.js","sourceRoot":"","sources":["../src/getPresentedNotificationsAsy…
|
| H A D | getPresentedNotificationsAsync.d.ts.map | 1 {"version":3,"file":"getPresentedNotificationsAsync.d.ts","sourceRoot":"","sources":["../src/getPre…
|
| H A D | getPresentedNotificationsAsync.d.ts | 8 export default function getPresentedNotificationsAsync(): Promise<Notification[]>; function
|
| H A D | NotificationPresenterModule.types.d.ts | 4 getPresentedNotificationsAsync?: () => Promise<Notification[]>; property
|
| H A D | index.d.ts | 4 export { default as getPresentedNotificationsAsync } from './getPresentedNotificationsAsync';
|
| H A D | NotificationPresenterModule.types.js.map | 1 …e NotificationPresenterModule extends ProxyNativeModule {\n getPresentedNotificationsAsync?: () =…
|
| H A D | index.js | 4 export { default as getPresentedNotificationsAsync } from './getPresentedNotificationsAsync';
|
| H A D | index.js.map | 1 …xpoPushTokenAsync';\nexport { default as getPresentedNotificationsAsync } from './getPresentedNoti…
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/ |
| H A D | ExpoNotificationPresentationModule.java | 56 public void getPresentedNotificationsAsync(final Promise promise) { in getPresentedNotificationsAsync() method in ExpoNotificationPresentationModule
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/ |
| H A D | ExpoNotificationPresentationModule.java | 56 public void getPresentedNotificationsAsync(final Promise promise) { in getPresentedNotificationsAsync() method in ExpoNotificationPresentationModule
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/ |
| H A D | ExpoNotificationPresentationModule.java | 56 public void getPresentedNotificationsAsync(final Promise promise) { in getPresentedNotificationsAsync() method in ExpoNotificationPresentationModule
|
| /expo/packages/expo-notifications/ios/EXNotifications/Notifications/Presenting/ |
| H A D | EXNotificationPresentationModule.m | 58 EX_EXPORT_METHOD_AS(getPresentedNotificationsAsync, category
|
| /expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Presenting/ |
| H A D | ABI48_0_0EXNotificationPresentationModule.m | 58 ABI48_0_0EX_EXPORT_METHOD_AS(getPresentedNotificationsAsync, category
|
| /expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Presenting/ |
| H A D | ABI47_0_0EXNotificationPresentationModule.m | 58 ABI47_0_0EX_EXPORT_METHOD_AS(getPresentedNotificationsAsync, category
|
| /expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Presenting/ |
| H A D | ABI49_0_0EXNotificationPresentationModule.m | 58 ABI49_0_0EX_EXPORT_METHOD_AS(getPresentedNotificationsAsync, category
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | NotificationScreen.tsx | 338 const presentedNotifications = await Notifications.getPresentedNotificationsAsync(); 348 const presentedNotifications = await Notifications.getPresentedNotificationsAsync();
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 844 const displayedNotifications = await Notifications.getPresentedNotificationsAsync(); 857 const displayedNotifications = await Notifications.getPresentedNotificationsAsync(); 870 const displayedNotifications = await Notifications.getPresentedNotificationsAsync();
|
| /expo/packages/expo-notifications/ |
| H A D | CHANGELOG.md | 394 …foreign (non-`expo-notifications`-created) notifications in `getPresentedNotificationsAsync` on An…
|
| H A D | README.md | 357 …- [`getPresentedNotificationsAsync`](#getpresentednotificationsasync-promisenotification) -- fetch… 1095 ### `getPresentedNotificationsAsync(): Promise<Notification[]>`
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | notifications.mdx | 1091 ### `getPresentedNotificationsAsync(): Promise<Notification[]>`
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | notifications.mdx | 1091 ### `getPresentedNotificationsAsync(): Promise<Notification[]>`
|