Home
last modified time | relevance | path

Searched refs:parseTrigger (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-notifications/src/
H A DgetNextTriggerDateAsync.ts5 import { parseTrigger } from './scheduleNotificationAsync';
37 return await NotificationScheduler.getNextTriggerDateAsync(parseTrigger(trigger));
H A DscheduleNotificationAsync.ts83 parseTrigger(request.trigger)
105 export function parseTrigger( function
/expo/packages/expo-notifications/build/
H A DgetNextTriggerDateAsync.js3 import { parseTrigger } from './scheduleNotificationAsync';
31 return await NotificationScheduler.getNextTriggerDateAsync(parseTrigger(trigger));
H A DscheduleNotificationAsync.d.ts59 export declare function parseTrigger(userFacingTrigger: NotificationTriggerInput): NativeNotificati…
H A DgetNextTriggerDateAsync.js.map1parseTrigger } from './scheduleNotificationAsync';\n\n/**\n * Allows you to check what will be the…
H A DscheduleNotificationAsync.js62 …leNotificationAsync(request.identifier ?? uuid.v4(), request.content, parseTrigger(request.trigger…
79 export function parseTrigger(userFacingTrigger) { function
H A DscheduleNotificationAsync.js.map1parseTrigger(request.trigger)\n );\n}\n\ntype ValidTriggerDateComponents = 'month' | 'day' | 'wee…