ListUsersActions

sealed class ListUsersActions

Actions sealed class for screen ListUsersScreen

Author

Vitaliy Zarubin

Constructors

ListUsersActions
Link copied to clipboard
protected fun ListUsersActions()

Types

OpenMenu
Link copied to clipboard
object OpenMenu : ListUsersActions

Open main menu

Search
Link copied to clipboard
class Search(text: String?) : ListUsersActions

Find models by name

ToViewUser
Link copied to clipboard
class ToViewUser(userId: String) : ListUsersActions

Open page view user

Inheritors

ListUsersActions
Link copied to clipboard
ListUsersActions
Link copied to clipboard
ListUsersActions
Link copied to clipboard