-
public final class CreateChannelViewModel extends ViewModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCreateChannelViewModel.Statepublic classCreateChannelViewModel.Event
-
Field Summary
Fields Modifier and Type Field Description private final LiveData<CreateChannelViewModel.State>state
-
Constructor Summary
Constructors Constructor Description CreateChannelViewModel(ChatDomain domain, ChatClient client)CreateChannelViewModel(ChatDomain domain)CreateChannelViewModel()
-
Method Summary
Modifier and Type Method Description final LiveData<CreateChannelViewModel.State>getState()final UnitonEvent(CreateChannelViewModel.Event event)-
-
Method Detail
-
getState
final LiveData<CreateChannelViewModel.State> getState()
-
onEvent
final Unit onEvent(CreateChannelViewModel.Event event)
-
-
-
-