Package-level declarations

Types

Link copied to clipboard

Represents the state of the user profile dialog.

Functions

Link copied to clipboard

Creates a UserProfileDialogState that can be remembered across compositions.

Link copied to clipboard
fun UserProfileDialog(user: UikitUser, onClickSendMessage: (UikitUser) -> Unit, onDismiss: () -> Unit, modifier: Modifier = Modifier, showSendMessageButton: Boolean = true)

Represents a dialog that displays the user's profile information.