| /expo/packages/expo-notifications/src/__tests__/ |
| H A D | Notifications-test.ts | 16 await scheduleNotificationAsync(input); 32 await scheduleNotificationAsync(input); 53 await scheduleNotificationAsync(input); 76 await scheduleNotificationAsync(input); 100 await scheduleNotificationAsync(input); 123 await scheduleNotificationAsync(input); 147 await scheduleNotificationAsync(input); 172 await scheduleNotificationAsync(input); 232 await scheduleNotificationAsync({ 271 await scheduleNotificationAsync({ [all …]
|
| /expo/packages/expo-notifications/build/ |
| H A D | scheduleNotificationAsync.d.ts.map | 1 {"version":3,"file":"scheduleNotificationAsync.d.ts","sourceRoot":"","sources":["../src/scheduleNot…
|
| H A D | scheduleNotificationAsync.d.ts | 58 export default function scheduleNotificationAsync(request: NotificationRequestInput): Promise<strin… function
|
| H A D | index.d.ts | 19 export { default as scheduleNotificationAsync } from './scheduleNotificationAsync';
|
| H A D | scheduleNotificationAsync.js | 58 export default async function scheduleNotificationAsync(request) { function 59 if (!NotificationScheduler.scheduleNotificationAsync) { 62 …return await NotificationScheduler.scheduleNotificationAsync(request.identifier ?? uuid.v4(), requ…
|
| H A D | cancelScheduledNotificationAsync.js.map | 1 …scheduleNotificationAsync` method resolved when the notification has been scheduled.\n * @return A…
|
| H A D | NotificationScheduler.types.d.ts | 5 …scheduleNotificationAsync?: (identifier: string, notificationContent: NotificationContentInput, tr… property
|
| H A D | index.js | 19 export { default as scheduleNotificationAsync } from './scheduleNotificationAsync';
|
| H A D | presentNotificationAsync.js.map | 1 …scheduleNotificationAsync`](#notificationsschedulenotificationasyncrequest) method. More informati…
|
| H A D | scheduleNotificationAsync.js.map | 1 …scheduleNotificationAsync.js","sourceRoot":"","sources":["../src/scheduleNotificationAsync.ts"],"n…
|
| H A D | index.js.map | 1 …uledNotificationsAsync';\nexport { default as scheduleNotificationAsync } from './scheduleNotifica…
|
| H A D | NotificationScheduler.types.js.map | 1 …edNotificationsAsync?: () => Promise<NotificationRequest[]>;\n scheduleNotificationAsync?: (\n …
|
| H A D | getNextTriggerDateAsync.js.map | 1 … from './Notifications.types';\nimport { parseTrigger } from './scheduleNotificationAsync';\n\n/**…
|
| /expo/packages/expo-notifications/src/ |
| H A D | index.ts | 19 export { default as scheduleNotificationAsync } from './scheduleNotificationAsync';
|
| H A D | scheduleNotificationAsync.ts | 73 export default async function scheduleNotificationAsync( function 76 if (!NotificationScheduler.scheduleNotificationAsync) { 80 return await NotificationScheduler.scheduleNotificationAsync(
|
| H A D | NotificationScheduler.types.ts | 7 scheduleNotificationAsync?: ( property
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 925 await Notifications.scheduleNotificationAsync({ 948 await Notifications.scheduleNotificationAsync({ 979 await Notifications.scheduleNotificationAsync({ 1033 await Notifications.scheduleNotificationAsync({ 1069 await Notifications.scheduleNotificationAsync({ 1094 await Notifications.scheduleNotificationAsync({ 1131 await Notifications.scheduleNotificationAsync({ 1168 await Notifications.scheduleNotificationAsync({ 1189 await Notifications.scheduleNotificationAsync({ 1233 await Notifications.scheduleNotificationAsync({ [all …]
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | NotificationScreen.tsx | 238 await Notifications.scheduleNotificationAsync({ 254 await Notifications.scheduleNotificationAsync({ 278 await Notifications.scheduleNotificationAsync({ 297 const notificationId = await Notifications.scheduleNotificationAsync({
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | notifications.mdx | 118 await Notifications.scheduleNotificationAsync({ 181 Notifications.scheduleNotificationAsync({ 403 await Notifications.scheduleNotificationAsync({ 433 await Notifications.scheduleNotificationAsync({ 454 await Notifications.scheduleNotificationAsync({
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | notifications.mdx | 119 await Notifications.scheduleNotificationAsync({ 184 Notifications.scheduleNotificationAsync({ 470 await Notifications.scheduleNotificationAsync({ 500 await Notifications.scheduleNotificationAsync({ 521 await Notifications.scheduleNotificationAsync({
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | notifications.mdx | 119 await Notifications.scheduleNotificationAsync({ 184 Notifications.scheduleNotificationAsync({ 470 await Notifications.scheduleNotificationAsync({ 500 await Notifications.scheduleNotificationAsync({ 521 await Notifications.scheduleNotificationAsync({
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/scheduling/ |
| H A D | NotificationScheduler.java | 74 …public void scheduleNotificationAsync(final String identifier, ReadableArguments notificationConte… in scheduleNotificationAsync() method in NotificationScheduler
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/scheduling/ |
| H A D | NotificationScheduler.java | 74 …public void scheduleNotificationAsync(final String identifier, ReadableArguments notificationConte… in scheduleNotificationAsync() method in NotificationScheduler
|
| /expo/apps/native-component-list/src/screens/Location/ |
| H A D | GeofencingScreen.tsx | 219 await Notifications.scheduleNotificationAsync({
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/scheduling/ |
| H A D | NotificationScheduler.java | 74 …public void scheduleNotificationAsync(final String identifier, ReadableArguments notificationConte… in scheduleNotificationAsync() method in NotificationScheduler
|