menu
tencent_cloud_chat_sdk
enum/v2_tim_conversation_marktype.dart
V2TimConversationMarkType
V2TIM_CONVERSATION_MARK_TYPE_UNREAD constant
V2TIM_CONVERSATION_MARK_TYPE_UNREAD
dark_mode
light_mode
V2TIM_CONVERSATION_MARK_TYPE_UNREAD
constant
int
const
V2TIM_CONVERSATION_MARK_TYPE_UNREAD
会话标记未读(重要会话)
Implementation
static const int V2TIM_CONVERSATION_MARK_TYPE_UNREAD = 0x1 << 1;
tencent_cloud_chat_sdk
v2_tim_conversation_marktype
V2TimConversationMarkType
V2TIM_CONVERSATION_MARK_TYPE_UNREAD constant
V2TimConversationMarkType class