onAttached

fun onAttached(panelAttachment: PanelAttachment<C>)

Called when the panel is attached to the system UI.

The panel may be detached and attached multiple times. Also, a panel can be attached multiple times at once. The latter may happen during system UI transitions.

If the panel was not already attached to the system UI and the panel is not destroyed, onAttached is called.

Parameters

panelAttachment

The panel attachment data.