Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/src/
H A DNotificationScheduler.types.ts51 export interface DailyTriggerInput { interface
87 | DailyTriggerInput
H A DscheduleNotificationAsync.ts8 DailyTriggerInput,
180 | DailyTriggerInput
207 ): trigger is DailyTriggerInput {
209 const { channelId, ...triggerWithoutChannelId } = trigger as DailyTriggerInput;
H A DNotifications.types.ts281 export interface DailyTriggerInput { interface
326 | DailyTriggerInput
/expo/packages/expo-notifications/build/
H A DNotificationScheduler.types.d.ts38 export interface DailyTriggerInput { interface
64 …ateTriggerInput | CalendarTriggerInput | TimeIntervalTriggerInput | DailyTriggerInput | WeeklyTrig…
H A DNotificationScheduler.types.js.map1DailyTriggerInput {\n type: 'daily';\n channelId?: string;\n hour: number;\n minute: number;\n…
H A DNotifications.types.d.ts249 export interface DailyTriggerInput { interface
290 …icationTriggerInput = DateTriggerInput | TimeIntervalTriggerInput | DailyTriggerInput | WeeklyTrig…
H A DscheduleNotificationAsync.js.map1DailyTriggerInput,\n WeeklyTriggerInput,\n YearlyTriggerInput,\n CalendarTriggerInput,\n TimeI…
H A DNotifications.types.js.map1DailyTriggerInput {\n channelId?: string;\n hour: number;\n minute: number;\n repeats: true;\n…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1712 | DailyTriggerInput
1750 #### `DailyTriggerInput`
1755 export interface DailyTriggerInput {
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1712 | DailyTriggerInput
1750 #### `DailyTriggerInput`
1755 export interface DailyTriggerInput {
/expo/packages/expo-notifications/
H A DREADME.md1706 | DailyTriggerInput
1742 ### `DailyTriggerInput`
1747 export interface DailyTriggerInput {
H A DCHANGELOG.md418 - Added `DailyTriggerInput` that allows scheduling a daily recurring notification for a specific ho…