Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/src/
H A DNotificationScheduler.types.ts23 export interface CalendarTriggerInput { interface
85 | CalendarTriggerInput
H A DscheduleNotificationAsync.ts11 CalendarTriggerInput,
170 trigger: CalendarTriggerInput | ChannelAwareTriggerInput
171 ): trigger is CalendarTriggerInput {
181 | CalendarTriggerInput
254 trigger: TimeIntervalTriggerInput | CalendarTriggerInput
H A DNotifications.types.ts8 import { CalendarTriggerInput as NativeCalendarTriggerInput } from './NotificationScheduler.types';
263 export type CalendarTriggerInput = NativeCalendarTriggerInput['value'] & { alias
329 | CalendarTriggerInput;
/expo/packages/expo-notifications/build/
H A DNotificationScheduler.types.d.ts14 export interface CalendarTriggerInput { interface
64 …iggerInput = null | ChannelAwareTriggerInput | DateTriggerInput | CalendarTriggerInput | TimeInter…
H A DNotifications.types.d.ts2 import { CalendarTriggerInput as NativeCalendarTriggerInput } from './NotificationScheduler.types';
233 export type CalendarTriggerInput = NativeCalendarTriggerInput['value'] & { alias
290 …lTriggerInput | DailyTriggerInput | WeeklyTriggerInput | YearlyTriggerInput | CalendarTriggerInput;
H A DNotificationScheduler.types.js.map1CalendarTriggerInput {\n type: 'calendar';\n channelId?: string;\n repeats?: boolean;\n value:…
H A DscheduleNotificationAsync.js.map1CalendarTriggerInput,\n TimeIntervalTriggerInput,\n DateTriggerInput,\n ChannelAwareTriggerInpu…
H A DNotifications.types.js.map1CalendarTriggerInput as NativeCalendarTriggerInput } from './NotificationScheduler.types';\n\n/**\…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1715 | CalendarTriggerInput;
1796 #### `CalendarTriggerInput`
1803 export interface CalendarTriggerInput {
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1715 | CalendarTriggerInput;
1796 #### `CalendarTriggerInput`
1803 export interface CalendarTriggerInput {
/expo/packages/expo-notifications/
H A DREADME.md1709 | CalendarTriggerInput;
1788 ### `CalendarTriggerInput`
1795 export interface CalendarTriggerInput {