Home
last modified time | relevance | path

Searched refs:DateTriggerInput (Results 1 – 11 of 11) sorted by relevance

/expo/packages/expo-notifications/src/
H A DNotificationScheduler.types.ts75 export interface DateTriggerInput { interface
84 | DateTriggerInput
H A DscheduleNotificationAsync.ts13 DateTriggerInput,
178 | DateTriggerInput
183 ): trigger is DateTriggerInput {
191 function parseDateTrigger(trigger: DateTriggerInput): NativeNotificationTriggerInput {
H A DNotifications.types.ts317 export type DateTriggerInput = Date | number | { channelId?: string; date: Date | number }; alias
324 | DateTriggerInput
/expo/packages/expo-notifications/build/
H A DNotificationScheduler.types.d.ts59 export interface DateTriggerInput { interface
64 export type NotificationTriggerInput = null | ChannelAwareTriggerInput | DateTriggerInput | Calenda…
H A DNotificationScheduler.types.js.map1DateTriggerInput {\n type: 'date';\n channelId?: string;\n timestamp: number; // seconds since …
H A DNotifications.types.d.ts282 export type DateTriggerInput = Date | number | { alias
290 export type SchedulableNotificationTriggerInput = DateTriggerInput | TimeIntervalTriggerInput | Dai…
H A DscheduleNotificationAsync.js.map1DateTriggerInput,\n ChannelAwareTriggerInput,\n SchedulableNotificationTriggerInput,\n} from './…
H A DNotifications.types.js.map1DateTriggerInput = Date | number | { channelId?: string; date: Date | number };\n\n/**\n * A type …
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1710 | DateTriggerInput
1728 #### `DateTriggerInput`
1733 export type DateTriggerInput = Date | number | { channelId?: string; date: Date | number };
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1710 | DateTriggerInput
1728 #### `DateTriggerInput`
1733 export type DateTriggerInput = Date | number | { channelId?: string; date: Date | number };
/expo/packages/expo-notifications/
H A DREADME.md1704 | DateTriggerInput
1722 ### `DateTriggerInput`
1727 export type DateTriggerInput = Date | number | { channelId?: string; date: Date | number };