PanelFragmentAdapterState

@IviExperimental(reasons = [])
data class PanelFragmentAdapterState(val hasPanelAttached: Boolean)

The PanelFragmentAdapter state.

Constructors

Link copied to clipboard
fun PanelFragmentAdapterState(hasPanelAttached: Boolean)

Properties

Link copied to clipboard

true if one or more panels are attached.