| /expo/packages/expo-notifications/build/ |
| H A D | presentNotificationAsync.js | 12 export default async function presentNotificationAsync(content, identifier = uuid.v4()) { function 17 if (!NotificationPresenter.presentNotificationAsync) { 20 return await NotificationPresenter.presentNotificationAsync(identifier, content);
|
| H A D | presentNotificationAsync.js.map | 1 …presentNotificationAsync.js","sourceRoot":"","sources":["../src/presentNotificationAsync.ts"],"nam…
|
| H A D | presentNotificationAsync.d.ts.map | 1 {"version":3,"file":"presentNotificationAsync.d.ts","sourceRoot":"","sources":["../src/presentNotif…
|
| H A D | presentNotificationAsync.d.ts | 10 export default function presentNotificationAsync(content: NotificationContentInput, identifier?: st… function
|
| H A D | NotificationPresenterModule.types.d.ts | 5 …presentNotificationAsync?: (identifier: string, content: NotificationContentInput) => Promise<stri… property
|
| H A D | index.d.ts | 5 export { default as presentNotificationAsync } from './presentNotificationAsync';
|
| H A D | NotificationPresenterModule.types.js.map | 1 …PresentedNotificationsAsync?: () => Promise<Notification[]>;\n presentNotificationAsync?: (\n …
|
| H A D | index.js | 5 export { default as presentNotificationAsync } from './presentNotificationAsync';
|
| H A D | index.js.map | 1 …entedNotificationsAsync';\nexport { default as presentNotificationAsync } from './presentNotificat…
|
| H A D | Notifications.types.js.map | 1 … An object represents notification content that you pass in to `presentNotificationAsync` or as a …
|
| /expo/packages/expo-notifications/src/ |
| H A D | presentNotificationAsync.ts | 16 export default async function presentNotificationAsync( function 27 if (!NotificationPresenter.presentNotificationAsync) { 31 return await NotificationPresenter.presentNotificationAsync(identifier, content);
|
| H A D | NotificationPresenterModule.types.ts | 7 presentNotificationAsync?: ( property
|
| H A D | index.ts | 5 export { default as presentNotificationAsync } from './presentNotificationAsync';
|
| /expo/packages/expo-notifications/ios/EXNotifications/Notifications/Presenting/ |
| H A D | EXNotificationPresentationModule.m | 13 // Remove once presentNotificationAsync is removed 23 // Remove once presentNotificationAsync is removed 34 // Remove once presentNotificationAsync is removed 35 EX_EXPORT_METHOD_AS(presentNotificationAsync, 91 // Remove once presentNotificationAsync is removed 96 // Remove once presentNotificationAsync is removed
|
| /expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Presenting/ |
| H A D | ABI48_0_0EXNotificationPresentationModule.m | 13 // Remove once presentNotificationAsync is removed 23 // Remove once presentNotificationAsync is removed 34 // Remove once presentNotificationAsync is removed 35 ABI48_0_0EX_EXPORT_METHOD_AS(presentNotificationAsync, 91 // Remove once presentNotificationAsync is removed 96 // Remove once presentNotificationAsync is removed
|
| /expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Presenting/ |
| H A D | ABI47_0_0EXNotificationPresentationModule.m | 13 // Remove once presentNotificationAsync is removed 23 // Remove once presentNotificationAsync is removed 34 // Remove once presentNotificationAsync is removed 35 ABI47_0_0EX_EXPORT_METHOD_AS(presentNotificationAsync, 91 // Remove once presentNotificationAsync is removed 96 // Remove once presentNotificationAsync is removed
|
| /expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Presenting/ |
| H A D | ABI49_0_0EXNotificationPresentationModule.m | 13 // Remove once presentNotificationAsync is removed 23 // Remove once presentNotificationAsync is removed 34 // Remove once presentNotificationAsync is removed 35 ABI49_0_0EX_EXPORT_METHOD_AS(presentNotificationAsync, 91 // Remove once presentNotificationAsync is removed 96 // Remove once presentNotificationAsync is removed
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/ |
| H A D | ExpoNotificationPresentationModule.java | 37 …public void presentNotificationAsync(final String identifier, ReadableArguments payload, final Pro… in presentNotificationAsync() 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 | 37 …public void presentNotificationAsync(final String identifier, ReadableArguments payload, final Pro… in presentNotificationAsync() 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 | 37 …public void presentNotificationAsync(final String identifier, ReadableArguments payload, final Pro… in presentNotificationAsync() method in ExpoNotificationPresentationModule
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 297 await Notifications.presentNotificationAsync({ 308 await Notifications.presentNotificationAsync({ 834 await Notifications.presentNotificationAsync( 887 await Notifications.presentNotificationAsync({ 1624 await Notifications.presentNotificationAsync(notificationSpec);
|
| /expo/packages/expo-notifications/ |
| H A D | README.md | 351 …- [`presentNotificationAsync`](#presentnotificationasynccontent-notificationcontentinput-identifie… 904 ### `presentNotificationAsync(content: NotificationContentInput, identifier?: string): Promise<stri… 925 Notifications.presentNotificationAsync({ 1409 An object representing notification content that you pass in to `presentNotificationAsync` or as a …
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | notifications.mdx | 900 ### `presentNotificationAsync(content: NotificationContentInput, identifier?: string): Promise<stri… 921 Notifications.presentNotificationAsync({ 1411 An object represents notification content that you pass in to `presentNotificationAsync` or as a pa…
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | notifications.mdx | 900 ### `presentNotificationAsync(content: NotificationContentInput, identifier?: string): Promise<stri… 921 Notifications.presentNotificationAsync({ 1411 An object represents notification content that you pass in to `presentNotificationAsync` or as a pa…
|