Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/build/
H A DNotificationsHandler.d.ts59 export declare function setNotificationHandler(handler: NotificationHandler | null): void; method in NotificationTimeoutError
H A DNotificationsHandler.js45 export function setNotificationHandler(handler) { function
/expo/packages/expo-notifications/src/
H A DNotificationsHandler.ts82 export function setNotificationHandler(handler: NotificationHandler | null): void { function