rememberAirshipEmbeddedViewGroupState
fun rememberAirshipEmbeddedViewGroupState( embeddedId: String, comparator: Comparator<AirshipEmbeddedInfo>? = null): AirshipEmbeddedViewGroupState
Creates a AirshipEmbeddedViewGroupState that can be used to manage the state of an embedded view group.
Return
a new AirshipEmbeddedViewGroupState instance.
Parameters
embeddedId
the embedded ID.
comparator
optional Comparator
used to sort available embedded contents.