Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/src/
H A DNotificationScheduler.types.ts58 export interface WeeklyTriggerInput { interface
88 | WeeklyTriggerInput
H A DscheduleNotificationAsync.ts9 WeeklyTriggerInput,
179 | WeeklyTriggerInput
223 ): trigger is WeeklyTriggerInput {
225 const { channelId, ...triggerWithoutChannelId } = trigger as WeeklyTriggerInput;
H A DNotifications.types.ts292 export interface WeeklyTriggerInput { interface
327 | WeeklyTriggerInput
/expo/packages/expo-notifications/build/
H A DNotificationScheduler.types.d.ts44 export interface WeeklyTriggerInput { interface
64 …endarTriggerInput | TimeIntervalTriggerInput | DailyTriggerInput | WeeklyTriggerInput | YearlyTrig…
H A DNotificationScheduler.types.js.map1WeeklyTriggerInput {\n type: 'weekly';\n channelId?: string;\n weekday: number;\n hour: number…
H A DNotifications.types.d.ts259 export interface WeeklyTriggerInput { interface
290 … DateTriggerInput | TimeIntervalTriggerInput | DailyTriggerInput | WeeklyTriggerInput | YearlyTrig…
H A DscheduleNotificationAsync.js.map1WeeklyTriggerInput,\n YearlyTriggerInput,\n CalendarTriggerInput,\n TimeIntervalTriggerInput,\n…
H A DNotifications.types.js.map1WeeklyTriggerInput {\n channelId?: string;\n weekday: number;\n hour: number;\n minute: number…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1713 | WeeklyTriggerInput
1763 #### `WeeklyTriggerInput`
1770 export interface WeeklyTriggerInput {
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1713 | WeeklyTriggerInput
1763 #### `WeeklyTriggerInput`
1770 export interface WeeklyTriggerInput {
/expo/packages/expo-notifications/
H A DREADME.md1707 | WeeklyTriggerInput
1755 ### `WeeklyTriggerInput`
1762 export interface WeeklyTriggerInput {
H A DCHANGELOG.md308 - Added `WeeklyTriggerInput` that allows scheduling a weekly recurring notification for a specific …