Home
last modified time | relevance | path

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

12

/expo/packages/expo-notifications/src/__tests__/
H A DNotifications-test.ts16 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 DscheduleNotificationAsync.d.ts.map1 {"version":3,"file":"scheduleNotificationAsync.d.ts","sourceRoot":"","sources":["../src/scheduleNot…
H A DscheduleNotificationAsync.d.ts58 export default function scheduleNotificationAsync(request: NotificationRequestInput): Promise<strin… function
H A Dindex.d.ts19 export { default as scheduleNotificationAsync } from './scheduleNotificationAsync';
H A DscheduleNotificationAsync.js58 export default async function scheduleNotificationAsync(request) { function
59 if (!NotificationScheduler.scheduleNotificationAsync) {
62 …return await NotificationScheduler.scheduleNotificationAsync(request.identifier ?? uuid.v4(), requ…
H A DcancelScheduledNotificationAsync.js.map1scheduleNotificationAsync` method resolved when the notification has been scheduled.\n * @return A…
H A DNotificationScheduler.types.d.ts5scheduleNotificationAsync?: (identifier: string, notificationContent: NotificationContentInput, tr… property
H A Dindex.js19 export { default as scheduleNotificationAsync } from './scheduleNotificationAsync';
H A DpresentNotificationAsync.js.map1scheduleNotificationAsync`](#notificationsschedulenotificationasyncrequest) method. More informati…
H A DscheduleNotificationAsync.js.map1scheduleNotificationAsync.js","sourceRoot":"","sources":["../src/scheduleNotificationAsync.ts"],"n…
H A Dindex.js.map1 …uledNotificationsAsync';\nexport { default as scheduleNotificationAsync } from './scheduleNotifica…
H A DNotificationScheduler.types.js.map1 …edNotificationsAsync?: () => Promise<NotificationRequest[]>;\n scheduleNotificationAsync?: (\n …
H A DgetNextTriggerDateAsync.js.map1 … from './Notifications.types';\nimport { parseTrigger } from './scheduleNotificationAsync';\n\n/**…
/expo/packages/expo-notifications/src/
H A Dindex.ts19 export { default as scheduleNotificationAsync } from './scheduleNotificationAsync';
H A DscheduleNotificationAsync.ts73 export default async function scheduleNotificationAsync( function
76 if (!NotificationScheduler.scheduleNotificationAsync) {
80 return await NotificationScheduler.scheduleNotificationAsync(
H A DNotificationScheduler.types.ts7 scheduleNotificationAsync?: ( property
/expo/apps/test-suite/tests/
H A DNotifications.js925 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 DNotificationScreen.tsx238 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 Dnotifications.mdx118 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 Dnotifications.mdx119 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 Dnotifications.mdx119 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 DNotificationScheduler.java74 …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 DNotificationScheduler.java74 …public void scheduleNotificationAsync(final String identifier, ReadableArguments notificationConte… in scheduleNotificationAsync() method in NotificationScheduler
/expo/apps/native-component-list/src/screens/Location/
H A DGeofencingScreen.tsx219 await Notifications.scheduleNotificationAsync({
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/scheduling/
H A DNotificationScheduler.java74 …public void scheduleNotificationAsync(final String identifier, ReadableArguments notificationConte… in scheduleNotificationAsync() method in NotificationScheduler

12