Package-level declarations

Functions

Link copied to clipboard

Preview of the UserReactionItem component with a reaction left by the current user.

Link copied to clipboard
@Preview(showBackground = true)
fun OtherUserReactionItemPreview()

Preview of the UserReactionItem component with a reaction left by another user.

Link copied to clipboard

Represent a reaction item with the user who left it.

Link copied to clipboard
fun UserReactions(    items: List<UserReactionItemState>,     modifier: Modifier = Modifier,     itemContent: @Composable (UserReactionItemState) -> Unit = { DefaultUserReactionItem(item = it) })

Represent a section with a list of reactions left for the message.