UserProfileDialog

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.

Since

1.3.0

Parameters

user

The UikitUser object containing user information.

onClickSendMessage

Callback invoked when the "Message" button is clicked.

onDismiss

Callback invoked when the dialog is dismissed.

modifier

The Modifier to be applied to the dialog.

showSendMessageButton

Boolean flag to show or hide the "Message" button.