-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
public final class PauseChatUseCase implements AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description private final StringTAGprivate final MutableLiveData<ChatPauseState>currentChatPauseState
-
Constructor Summary
Constructors Constructor Description PauseChatUseCase()
-
Method Summary
Modifier and Type Method Description final StringgetTAG()final MutableLiveData<ChatPauseState>getCurrentChatPauseState()final UnitsetSessionStore(HmsSessionStore hmsSessionStore)final UnitchangeChatState(ChatPauseState state)final UnitaddKeyChangeListener()Unitclose()-
-
Method Detail
-
getCurrentChatPauseState
final MutableLiveData<ChatPauseState> getCurrentChatPauseState()
-
setSessionStore
final Unit setSessionStore(HmsSessionStore hmsSessionStore)
-
changeChatState
final Unit changeChatState(ChatPauseState state)
-
addKeyChangeListener
final Unit addKeyChangeListener()
-
-
-
-