Home
last modified time | relevance | path

Searched refs:NotificationTriggerInput (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-notifications/build/
H A DscheduleNotificationAsync.d.ts1 import { NotificationTriggerInput as NativeNotificationTriggerInput } from './NotificationScheduler…
2 import { NotificationRequestInput, NotificationTriggerInput } from './Notifications.types';
59 export declare function parseTrigger(userFacingTrigger: NotificationTriggerInput): NativeNotificati…
H A DNotificationScheduler.types.d.ts5 …string, notificationContent: NotificationContentInput, trigger: NotificationTriggerInput) => Promi…
8 getNextTriggerDateAsync?: (trigger: NotificationTriggerInput) => Promise<number>;
64 export type NotificationTriggerInput = null | ChannelAwareTriggerInput | DateTriggerInput | Calenda… alias
H A DNotificationScheduler.types.js.map1NotificationTriggerInput\n ) => Promise<string>;\n cancelScheduledNotificationAsync?: (identifie…
H A DNotifications.types.d.ts295 export type NotificationTriggerInput = null | ChannelAwareTriggerInput | SchedulableNotificationTri… alias
501 trigger: NotificationTriggerInput;
H A DscheduleNotificationAsync.js.map1NotificationTriggerInput as NativeNotificationTriggerInput } from './NotificationScheduler.types';…
H A DNotifications.types.js.map1NotificationTriggerInput =\n | null\n | ChannelAwareTriggerInput\n | SchedulableNotificationTri…
/expo/packages/expo-notifications/src/
H A DNotificationScheduler.types.ts10 trigger: NotificationTriggerInput
14 getNextTriggerDateAsync?: (trigger: NotificationTriggerInput) => Promise<number>;
81 export type NotificationTriggerInput = alias
H A DscheduleNotificationAsync.ts4 import { NotificationTriggerInput as NativeNotificationTriggerInput } from './NotificationScheduler…
7 NotificationTriggerInput,
106 userFacingTrigger: NotificationTriggerInput
270 trigger: NonNullable<NotificationTriggerInput>,
H A DNotifications.types.ts335 export type NotificationTriggerInput = alias
549 trigger: NotificationTriggerInput;
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1468 trigger: NotificationTriggerInput;
1693 #### `NotificationTriggerInput`
1698 export type NotificationTriggerInput =
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1468 trigger: NotificationTriggerInput;
1693 #### `NotificationTriggerInput`
1698 export type NotificationTriggerInput =
/expo/packages/expo-notifications/
H A DREADME.md1460 trigger: NotificationTriggerInput;
1687 ### `NotificationTriggerInput`
1692 export type NotificationTriggerInput =