QChatPushMsgType enum
推送消息类型选项 低等级消息:普通消息等(没有具体目标、没有@意愿) 中等级消息: @所有人等(没有具体目标、有@意愿) 高等级消息: @某些人等(有具体目标、有@意愿)
Values
- all → const QChatPushMsgType
-
推送全部类型消息
- highMidLevel → const QChatPushMsgType
-
只推送高、中等级消息
- highLevel → const QChatPushMsgType
-
只推送高等级消息
- none → const QChatPushMsgType
-
全部消息都不推送
- inherit → const QChatPushMsgType
-
继承上一级配置
Properties
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<
QChatPushMsgType> - A constant List of the values in this enum, in order of their declaration.