QChatSubscribeType enum

Inheritance

Constructors

QChatSubscribeType()
const

Values

channelMsg → const QChatSubscribeType

订阅某个channel的【消息】/【通知】

channelMsgUnreadCount → const QChatSubscribeType

订阅某个channel的【消息未读数】/【通知】

channelMsgUnreadStatus → const QChatSubscribeType

订阅某个channel的【消息未读状态】/【通知】

serverMsg → const QChatSubscribeType

订阅某个server的【消息】/【通知】,如server基本信息修改、人员进出、权限变更、创建channel等

channelMsgTyping → const QChatSubscribeType

订阅某个频道的消息正在输入事件

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<QChatSubscribeType>
A constant List of the values in this enum, in order of their declaration.