User Profile Dialog
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.
on Click Send Message
Callback invoked when the "Message" button is clicked.
on Dismiss
Callback invoked when the dialog is dismissed.
modifier
The Modifier to be applied to the dialog.
show Send Message Button
Boolean flag to show or hide the "Message" button.