MessageCenterStoriesView
fun MessageCenterStoriesView(modifier: Modifier = Modifier, state: MessageCenterStoriesState = rememberMessageCenterStoriesState(), noMessagesView: @Composable () -> Unit = {}, onMessageSelected: (Message) -> Unit)(source)
Message Center Stories screen showing a horizontal list of message avatars.
Parameters
modifier
The Modifier to be applied to this screen.
state
The MessageCenterStoriesState representing the state of the screen.
onMessageSelected
Callback invoked when a message story is selected.
noMessagesView
View to show when there are no messages.