Searched refs:parseTrigger (Results 1 – 7 of 7) sorted by relevance
5 import { parseTrigger } from './scheduleNotificationAsync';37 return await NotificationScheduler.getNextTriggerDateAsync(parseTrigger(trigger));
83 parseTrigger(request.trigger)105 export function parseTrigger( function
3 import { parseTrigger } from './scheduleNotificationAsync';31 return await NotificationScheduler.getNextTriggerDateAsync(parseTrigger(trigger));
59 export declare function parseTrigger(userFacingTrigger: NotificationTriggerInput): NativeNotificati…
1 …parseTrigger } from './scheduleNotificationAsync';\n\n/**\n * Allows you to check what will be the…
62 …leNotificationAsync(request.identifier ?? uuid.v4(), request.content, parseTrigger(request.trigger…79 export function parseTrigger(userFacingTrigger) { function
1 …parseTrigger(request.trigger)\n );\n}\n\ntype ValidTriggerDateComponents = 'month' | 'day' | 'wee…