-
public final class ChatUseCase.ChatUiVisibilityState.Paused extends ChatUseCase.ChatUiVisibilityState
-
-
Field Summary
Fields Modifier and Type Field Description private final ChatPauseStatepausedStateprivate final BooleanmsgViewprivate final BooleanmsgEditprivate final BooleanmsgRecPicker
-
Constructor Summary
Constructors Constructor Description ChatUseCase.ChatUiVisibilityState.Paused(ChatPauseState pausedState)
-
Method Summary
Modifier and Type Method Description final ChatPauseStategetPausedState()final BooleangetMsgView()final BooleangetMsgEdit()final BooleangetMsgRecPicker()-
-
Constructor Detail
-
ChatUseCase.ChatUiVisibilityState.Paused
ChatUseCase.ChatUiVisibilityState.Paused(ChatPauseState pausedState)
-
-
Method Detail
-
getPausedState
final ChatPauseState getPausedState()
-
getMsgView
final Boolean getMsgView()
-
getMsgEdit
final Boolean getMsgEdit()
-
getMsgRecPicker
final Boolean getMsgRecPicker()
-
-
-
-