AirshipEmbeddedViewGroup   
  A container that allows all embedded content for the given embeddedId to be displayed using the provided content composable.
Parameters
The embedded ID.
The modifier to be applied to the layout.
Optional Comparator used to sort available embedded view content.
The Composable that will display the list of embedded view content.
A container that allows all embedded content for the embeddedId defined on the given AirshipEmbeddedViewGroupState instance.
This composable may be useful when access to the embedded view group state is needed outside of the AirshipEmbeddedViewGroup composable, embedded view group state should be hoisted, and for advanced custom logic that depends on the availability of embedded view content.
When included inside of a lazy composable or scrolling list, state should be hoisted up, above the lazy composable or scrolling list, in order to ensure that the embedded view group state is maintained across recompositions.
Parameters
The AirshipEmbeddedViewGroupState to be used by this embedded view group.
The modifier to be applied to the layout.
The Composable that will display the list of embedded view content.