-
Notifications
You must be signed in to change notification settings - Fork 0
Event
nozomanai edited this page Jan 7, 2025
·
1 revision
Widget implements this interface internally and can receive push and pop notifications
| EventName | Description |
|---|---|
| OnWidgetPushed | Triggered when the widget is successfully pushed into the system. |
| OnWidgetPopped | Triggered when the widget is successfully popped from the system. |
Listening to UIManagerial Subsystem from anywhere makes it easy to monitor the behavior of widgets
| EventName | Description |
|---|---|
| OnWidgetPushed | Triggered when any widget is successfully pushed. |
| OnWidgetPopped | Triggered when any widget is successfully popped. |