Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/build/
H A DNotificationsEmitter.d.ts28 export declare function addNotificationReceivedListener(listener: (event: Notification) => void): S… function
H A DNotificationsEmitter.js34 export function addNotificationReceivedListener(listener) { function
/expo/packages/expo-notifications/src/
H A DNotificationsEmitter.ts40 export function addNotificationReceivedListener( function