PanelAttachment
class PanelAttachment<C : PanelContext> @IviInternal constructor(val iviFragmentId: IviFragmentId, val panelContext: C, val isRestored: Boolean)
Data specific to a Panel attachment. This data is provided to a Panel when the Panel is attached to the system UI. See Panel for more details about panel attachments.
Parameters
iviFragmentId
The identifier of the IviFragment which is created to visualize the Panel.
panelContext
The PanelContext instance.
isRestored
true
if the panel attachment is restored.
C
The PanelContext type of Panel.