AirshipEmbeddedViewGroup
fun AirshipEmbeddedViewGroup(embeddedId: String, modifier: Modifier = Modifier, comparator: Comparator<AirshipEmbeddedInfo>? = null, content: @Composable BoxScope.(embeddedViews: List<EmbeddedViewItem>) -> Unit)
A container that allows all embedded content for the given embeddedId to be displayed using the provided content composable.
Parameters
embeddedId
The embedded ID.
modifier
The modifier to be applied to the layout.
comparator
Optional Comparator used to sort available embedded view content.
content
The Composable
that will display the list of embedded view content.