Access via:
io.notifications.panelNotificationPanelAPIinterface
API for controlling the Notification Panel.
5 Methods
onVisibilityChanged()⚓︎
(callback: (isVisible: boolean) => any) => UnsubscribeFunction
Notifies when the visibility of the Notification Panel changes.
Parameters (1)
| Name | Type | Required | Description |
|---|---|---|---|
| callback⚓︎ | (isVisible: boolean) => any | Callback function for handling the event. |