Compose Support
Video Feed
@Composable
private fun VideoFeed(modifier: Modifier) {
AndroidView(
modifier = modifier.fillMaxSize(),
factory = { context ->
fwVideoFeedView(context) {
viewOptions {
......
}
}
})
}Storyblock
Use single storyblock
Use multiple storyblocks in Grid
Integrate with LazyVerticalGrid Component
Last updated
Was this helpful?