Home
last modified time | relevance | path

Searched defs:ValidTriggerDateComponents (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-notifications/src/
H A DscheduleNotificationAsync.ts87 type ValidTriggerDateComponents = 'month' | 'day' | 'weekday' | 'hour' | 'minute'; alias
89 const DAILY_TRIGGER_EXPECTED_DATE_COMPONENTS: readonly ValidTriggerDateComponents[] = [ constant
93 const WEEKLY_TRIGGER_EXPECTED_DATE_COMPONENTS: readonly ValidTriggerDateComponents[] = [ constant
98 const YEARLY_TRIGGER_EXPECTED_DATE_COMPONENTS: readonly ValidTriggerDateComponents[] = [ constant