UserProfileDialogState

Represents the state of the user profile dialog.

Since

1.3.0

Properties

Link copied to clipboard
abstract val user: UikitUser?

The user to show the profile dialog.

Functions

Link copied to clipboard
abstract fun dismissDialog()

Dismisses the user profile dialog.

Link copied to clipboard
abstract fun showUserProfile(user: UikitUser)

Shows the user profile dialog for the given user.