Skip to content
nozomanai edited this page Jan 7, 2025 · 1 revision

UserWidget Implements UIManagerInterface

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.

Listen UIManagerSubsystem Event

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.

Clone this wiki locally