Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/src/
H A DgetPresentedNotificationsAsync.ts12 export default async function getPresentedNotificationsAsync(): Promise<Notification[]> { function
13 if (!NotificationPresenter.getPresentedNotificationsAsync) {
17 return await NotificationPresenter.getPresentedNotificationsAsync();
H A DNotificationPresenterModule.types.ts6 getPresentedNotificationsAsync?: () => Promise<Notification[]>; property
H A Dindex.ts4 export { default as getPresentedNotificationsAsync } from './getPresentedNotificationsAsync';
/expo/packages/expo-notifications/build/
H A DgetPresentedNotificationsAsync.js9 export default async function getPresentedNotificationsAsync() { function
10 if (!NotificationPresenter.getPresentedNotificationsAsync) {
13 return await NotificationPresenter.getPresentedNotificationsAsync();
H A DgetPresentedNotificationsAsync.js.map1getPresentedNotificationsAsync.js","sourceRoot":"","sources":["../src/getPresentedNotificationsAsy…
H A DgetPresentedNotificationsAsync.d.ts.map1 {"version":3,"file":"getPresentedNotificationsAsync.d.ts","sourceRoot":"","sources":["../src/getPre…
H A DgetPresentedNotificationsAsync.d.ts8 export default function getPresentedNotificationsAsync(): Promise<Notification[]>; function
H A DNotificationPresenterModule.types.d.ts4 getPresentedNotificationsAsync?: () => Promise<Notification[]>; property
H A Dindex.d.ts4 export { default as getPresentedNotificationsAsync } from './getPresentedNotificationsAsync';
H A DNotificationPresenterModule.types.js.map1 …e NotificationPresenterModule extends ProxyNativeModule {\n getPresentedNotificationsAsync?: () =…
H A Dindex.js4 export { default as getPresentedNotificationsAsync } from './getPresentedNotificationsAsync';
H A Dindex.js.map1 …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 DExpoNotificationPresentationModule.java56 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 DExpoNotificationPresentationModule.java56 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 DExpoNotificationPresentationModule.java56 public void getPresentedNotificationsAsync(final Promise promise) { in getPresentedNotificationsAsync() method in ExpoNotificationPresentationModule
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Presenting/
H A DEXNotificationPresentationModule.m58 EX_EXPORT_METHOD_AS(getPresentedNotificationsAsync, category
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Presenting/
H A DABI48_0_0EXNotificationPresentationModule.m58 ABI48_0_0EX_EXPORT_METHOD_AS(getPresentedNotificationsAsync, category
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Presenting/
H A DABI47_0_0EXNotificationPresentationModule.m58 ABI47_0_0EX_EXPORT_METHOD_AS(getPresentedNotificationsAsync, category
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Presenting/
H A DABI49_0_0EXNotificationPresentationModule.m58 ABI49_0_0EX_EXPORT_METHOD_AS(getPresentedNotificationsAsync, category
/expo/apps/native-component-list/src/screens/
H A DNotificationScreen.tsx338 const presentedNotifications = await Notifications.getPresentedNotificationsAsync();
348 const presentedNotifications = await Notifications.getPresentedNotificationsAsync();
/expo/apps/test-suite/tests/
H A DNotifications.js844 const displayedNotifications = await Notifications.getPresentedNotificationsAsync();
857 const displayedNotifications = await Notifications.getPresentedNotificationsAsync();
870 const displayedNotifications = await Notifications.getPresentedNotificationsAsync();
/expo/packages/expo-notifications/
H A DCHANGELOG.md394 …foreign (non-`expo-notifications`-created) notifications in `getPresentedNotificationsAsync` on An…
H A DREADME.md357 …- [`getPresentedNotificationsAsync`](#getpresentednotificationsasync-promisenotification) -- fetch…
1095 ### `getPresentedNotificationsAsync(): Promise<Notification[]>`
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1091 ### `getPresentedNotificationsAsync(): Promise<Notification[]>`
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1091 ### `getPresentedNotificationsAsync(): Promise<Notification[]>`