Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/build/
H A DNotificationsHandler.d.ts14 export interface NotificationHandler {
59 export declare function setNotificationHandler(handler: NotificationHandler | null): void;
H A DNotificationsHandler.js.map1NotificationHandler {\n /**\n * A function accepting an incoming notification returning a `Prom…
H A DpresentNotificationAsync.js.map1 …ted This method has been deprecated in favor of using an explicit `NotificationHandler` and the [`…
/expo/packages/expo-notifications/src/
H A DNotificationsHandler.ts20 export interface NotificationHandler { interface
82 export function setNotificationHandler(handler: NotificationHandler | null): void {
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx702 ### `setNotificationHandler(handler: NotificationHandler | null): void`
904 > **Note:** This method has been deprecated in favor of using an explicit `NotificationHandler` and…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx702 ### `setNotificationHandler(handler: NotificationHandler | null): void`
904 > **Note:** This method has been deprecated in favor of using an explicit `NotificationHandler` and…
/expo/packages/expo-notifications/
H A DREADME.md718 ### `setNotificationHandler(handler: NotificationHandler | null): void`
908 > **Note:** This method has been deprecated in favor of using an explicit `NotificationHandler` and…