| /expo/packages/expo-notifications/build/ |
| H A D | NotificationsEmitter.js | 89 export async function getLastNotificationResponseAsync() { function 90 if (!NotificationsEmitterModule.getLastNotificationResponseAsync) { 93 return await NotificationsEmitterModule.getLastNotificationResponseAsync();
|
| H A D | NotificationsEmitterModule.types.d.ts | 4 getLastNotificationResponseAsync?: () => Promise<NotificationResponse | null>; property
|
| H A D | NotificationsEmitter.d.ts | 74 export declare function getLastNotificationResponseAsync(): Promise<NotificationResponse | null>;
|
| H A D | useLastNotificationResponse.js | 54 NotificationsEmitterModule.getLastNotificationResponseAsync?.().then((response) => {
|
| H A D | NotificationsEmitterModule.types.js.map | 1 …e NotificationsEmitterModule extends ProxyNativeModule {\n getLastNotificationResponseAsync?: () …
|
| H A D | NotificationsEmitter.js.map | 1 …getLastNotificationResponseAsync(): Promise<NotificationResponse | null> {\n if (!NotificationsEm…
|
| H A D | useLastNotificationResponse.js.map | 1 …getLastNotificationResponseAsync()` instead.\n *\n * @return The hook may return one of these thre…
|
| /expo/packages/expo-notifications/src/ |
| H A D | NotificationsEmitter.ts | 106 export async function getLastNotificationResponseAsync(): Promise<NotificationResponse | null> { function 107 if (!NotificationsEmitterModule.getLastNotificationResponseAsync) { 110 return await NotificationsEmitterModule.getLastNotificationResponseAsync();
|
| H A D | NotificationsEmitterModule.types.ts | 6 getLastNotificationResponseAsync?: () => Promise<NotificationResponse | null>; property
|
| H A D | useLastNotificationResponse.ts | 61 NotificationsEmitterModule.getLastNotificationResponseAsync?.().then((response) => {
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/emitting/ |
| H A D | NotificationsEmitter.java | 54 public void getLastNotificationResponseAsync(Promise promise) { in getLastNotificationResponseAsync() method in NotificationsEmitter
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/emitting/ |
| H A D | NotificationsEmitter.java | 54 public void getLastNotificationResponseAsync(Promise promise) { in getLastNotificationResponseAsync() method in NotificationsEmitter
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/emitting/ |
| H A D | NotificationsEmitter.java | 54 public void getLastNotificationResponseAsync(Promise promise) { in getLastNotificationResponseAsync() method in NotificationsEmitter
|
| /expo/packages/expo-notifications/ios/EXNotifications/Notifications/Emitter/ |
| H A D | EXNotificationsEmitter.m | 26 EX_EXPORT_METHOD_AS(getLastNotificationResponseAsync, category
|
| /expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Emitter/ |
| H A D | ABI47_0_0EXNotificationsEmitter.m | 26 ABI47_0_0EX_EXPORT_METHOD_AS(getLastNotificationResponseAsync, category
|
| /expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Emitter/ |
| H A D | ABI49_0_0EXNotificationsEmitter.m | 26 ABI49_0_0EX_EXPORT_METHOD_AS(getLastNotificationResponseAsync, category
|
| /expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Emitter/ |
| H A D | ABI48_0_0EXNotificationsEmitter.m | 26 ABI48_0_0EX_EXPORT_METHOD_AS(getLastNotificationResponseAsync, category
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | notifications.mdx | 222 Notifications.getLastNotificationResponseAsync() /* @end */ 281 const response = await Notifications.getLastNotificationResponseAsync();
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | notifications.mdx | 222 Notifications.getLastNotificationResponseAsync() /* @end */ 281 const response = await Notifications.getLastNotificationResponseAsync();
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | notifications.mdx | 217 const response = await Notifications.getLastNotificationResponseAsync();
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 1642 t.expect(event).toEqual(await Notifications.getLastNotificationResponseAsync());
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | notifications.mdx | 508 > If you don't want to use a hook, you can use `Notifications.getLastNotificationResponseAsync()` i… 655 const response = await Notifications.getLastNotificationResponseAsync();
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | notifications.mdx | 508 > If you don't want to use a hook, you can use `Notifications.getLastNotificationResponseAsync()` i… 655 const response = await Notifications.getLastNotificationResponseAsync();
|
| /expo/packages/expo-notifications/ |
| H A D | CHANGELOG.md | 228 - Expose `getLastNotificationResponseAsync` method (non-hook version of `useLastNotificationRespons…
|
| H A D | README.md | 539 > If you don't want to use a hook, you can use `Notifications.getLastNotificationResponseAsync()` i…
|