Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/src/
H A DNotificationScheduler.types.ts66 export interface YearlyTriggerInput { interface
89 | YearlyTriggerInput;
H A DscheduleNotificationAsync.ts10 YearlyTriggerInput,
239 ): trigger is YearlyTriggerInput {
241 const { channelId, ...triggerWithoutChannelId } = trigger as YearlyTriggerInput;
H A DNotifications.types.ts304 export interface YearlyTriggerInput { interface
328 | YearlyTriggerInput
/expo/packages/expo-notifications/build/
H A DNotificationScheduler.types.d.ts51 export interface YearlyTriggerInput { interface
64 …ggerInput | TimeIntervalTriggerInput | DailyTriggerInput | WeeklyTriggerInput | YearlyTriggerInput;
H A DNotificationScheduler.types.js.map1YearlyTriggerInput {\n type: 'yearly';\n channelId?: string;\n day: number;\n month: number;\n…
H A DNotifications.types.d.ts270 export interface YearlyTriggerInput { interface
290 …imeIntervalTriggerInput | DailyTriggerInput | WeeklyTriggerInput | YearlyTriggerInput | CalendarTr…
H A DscheduleNotificationAsync.js.map1YearlyTriggerInput,\n CalendarTriggerInput,\n TimeIntervalTriggerInput,\n DateTriggerInput,\n …
H A DNotifications.types.js.map1YearlyTriggerInput {\n channelId?: string;\n day: number;\n month: number;\n hour: number;\n …
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1714 | YearlyTriggerInput
1779 #### `YearlyTriggerInput`
1786 export interface YearlyTriggerInput {
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1714 | YearlyTriggerInput
1779 #### `YearlyTriggerInput`
1786 export interface YearlyTriggerInput {
/expo/packages/expo-notifications/
H A DREADME.md1708 | YearlyTriggerInput
1771 ### `YearlyTriggerInput`
1778 export interface YearlyTriggerInput {
H A DCHANGELOG.md246 - Added `YearlyTriggerInput` that allows scheduling a yearly recurring notification for a specific …