-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
public final class BlockUserUseCase implements AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description private final StringTAGprivate final MutableLiveData<Set<String>>currentBlockList
-
Constructor Summary
Constructors Constructor Description BlockUserUseCase()
-
Method Summary
Modifier and Type Method Description final StringgetTAG()final MutableLiveData<Set<String>>getCurrentBlockList()final UnitsetSessionStore(HmsSessionStore hmsSessionStore)final UnitblockUser(ChatMessage chatMessage, HMSActionResultListener hmsActionResultListener)final UnitaddKeyChangeListener()Unitclose()-
-
Method Detail
-
getCurrentBlockList
final MutableLiveData<Set<String>> getCurrentBlockList()
-
setSessionStore
final Unit setSessionStore(HmsSessionStore hmsSessionStore)
-
blockUser
final Unit blockUser(ChatMessage chatMessage, HMSActionResultListener hmsActionResultListener)
-
addKeyChangeListener
final Unit addKeyChangeListener()
-
-
-
-