Class ChannelStatusHandler
-
- All Implemented Interfaces:
public class ChannelStatusHandlerChannel status handler.
Note: Call stop to release resources when done.
- Since:
5.12.2
-
-
Field Summary
Fields Modifier and Type Field Description public final static DataKey<ChannelNoDisturbLevel>KEY_GET_CONVERSATION_NOTIFICATION_STATUSpublic final static DataKey<Boolean>KEY_GET_CONVERSATION_TOP_STATUS
-
Constructor Summary
Constructors Constructor Description ChannelStatusHandler(ChannelIdentifier channelIdentifier)
-
Method Summary
Modifier and Type Method Description voidgetConversationNotificationStatus()Gets the conversation notification status. voidgetConversationTopStatus()Gets the conversation pinned (top) status. voidstop()-
-
Method Detail
-
getConversationNotificationStatus
void getConversationNotificationStatus()
Gets the conversation notification status.
-
getConversationTopStatus
void getConversationTopStatus()
Gets the conversation pinned (top) status.
-
stop
void stop()
-
-
-
-