-
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)
-
Method Summary
Modifier and Type Method Description final LiveData<CreateChannelViewModel.State>getState()final UnitonEvent(CreateChannelViewModel.Event event)-
Methods inherited from class androidx.lifecycle.ViewModel
equals, hashCode, toString -
Methods inherited from class com.getstream.sdk.chat.viewmodel.CreateChannelViewModel
clear, getTag, onCleared, setTagIfAbsent -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getState
final LiveData<CreateChannelViewModel.State> getState()
-
onEvent
final Unit onEvent(CreateChannelViewModel.Event event)
-
-
-
-