Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/build/
H A DscheduleNotificationAsync.js150 function parseDateTrigger(trigger) { function
/expo/packages/expo-notifications/src/
H A DscheduleNotificationAsync.ts191 function parseDateTrigger(trigger: DateTriggerInput): NativeNotificationTriggerInput { function