Searched refs:NotificationHandler (Results 1 – 7 of 7) sorted by relevance
14 export interface NotificationHandler {59 export declare function setNotificationHandler(handler: NotificationHandler | null): void;
1 …NotificationHandler {\n /**\n * A function accepting an incoming notification returning a `Prom…
1 …ted This method has been deprecated in favor of using an explicit `NotificationHandler` and the [`…
20 export interface NotificationHandler { interface82 export function setNotificationHandler(handler: NotificationHandler | null): void {
702 ### `setNotificationHandler(handler: NotificationHandler | null): void`904 > **Note:** This method has been deprecated in favor of using an explicit `NotificationHandler` and…
718 ### `setNotificationHandler(handler: NotificationHandler | null): void`908 > **Note:** This method has been deprecated in favor of using an explicit `NotificationHandler` and…