onDetached

fun onDetached(panelAttachment: PanelAttachment<C>)

Called when the panel has been detached from the system UI.

If the panel is attached multiple times, the panel may still be attached to the system UI. If the panel is not attached any longer, onDetached is called. In this case, the panel may be attached again later, for example when the configuration changes.