Home
last modified time | relevance | path

Searched refs:presentNotificationAsync (Results 1 – 24 of 24) sorted by relevance

/expo/packages/expo-notifications/build/
H A DpresentNotificationAsync.js12 export default async function presentNotificationAsync(content, identifier = uuid.v4()) { function
17 if (!NotificationPresenter.presentNotificationAsync) {
20 return await NotificationPresenter.presentNotificationAsync(identifier, content);
H A DpresentNotificationAsync.js.map1presentNotificationAsync.js","sourceRoot":"","sources":["../src/presentNotificationAsync.ts"],"nam…
H A DpresentNotificationAsync.d.ts.map1 {"version":3,"file":"presentNotificationAsync.d.ts","sourceRoot":"","sources":["../src/presentNotif…
H A DpresentNotificationAsync.d.ts10 export default function presentNotificationAsync(content: NotificationContentInput, identifier?: st… function
H A DNotificationPresenterModule.types.d.ts5presentNotificationAsync?: (identifier: string, content: NotificationContentInput) => Promise<stri… property
H A Dindex.d.ts5 export { default as presentNotificationAsync } from './presentNotificationAsync';
H A DNotificationPresenterModule.types.js.map1 …PresentedNotificationsAsync?: () => Promise<Notification[]>;\n presentNotificationAsync?: (\n …
H A Dindex.js5 export { default as presentNotificationAsync } from './presentNotificationAsync';
H A Dindex.js.map1 …entedNotificationsAsync';\nexport { default as presentNotificationAsync } from './presentNotificat…
H A DNotifications.types.js.map1 … An object represents notification content that you pass in to `presentNotificationAsync` or as a …
/expo/packages/expo-notifications/src/
H A DpresentNotificationAsync.ts16 export default async function presentNotificationAsync( function
27 if (!NotificationPresenter.presentNotificationAsync) {
31 return await NotificationPresenter.presentNotificationAsync(identifier, content);
H A DNotificationPresenterModule.types.ts7 presentNotificationAsync?: ( property
H A Dindex.ts5 export { default as presentNotificationAsync } from './presentNotificationAsync';
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Presenting/
H A DEXNotificationPresentationModule.m13 // 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 DABI48_0_0EXNotificationPresentationModule.m13 // 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 DABI47_0_0EXNotificationPresentationModule.m13 // 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 DABI49_0_0EXNotificationPresentationModule.m13 // 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 DExpoNotificationPresentationModule.java37 …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 DExpoNotificationPresentationModule.java37 …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 DExpoNotificationPresentationModule.java37 …public void presentNotificationAsync(final String identifier, ReadableArguments payload, final Pro… in presentNotificationAsync() method in ExpoNotificationPresentationModule
/expo/apps/test-suite/tests/
H A DNotifications.js297 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 DREADME.md351 …- [`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 Dnotifications.mdx900 ### `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 Dnotifications.mdx900 ### `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…