QChatPushMsgType enum Null safety

推送消息类型选项 低等级消息:普通消息等(没有具体目标、没有@意愿) 中等级消息: @所有人等(没有具体目标、有@意愿) 高等级消息: @某些人等(有具体目标、有@意愿)

Inheritance

Constructors

QChatPushMsgType()
const

Values

all → const QChatPushMsgType

推送全部类型消息

const QChatPushMsgType(0)
highMidLevel → const QChatPushMsgType

只推送高、中等级消息

const QChatPushMsgType(1)
highLevel → const QChatPushMsgType

只推送高等级消息

const QChatPushMsgType(2)
none → const QChatPushMsgType

全部消息都不推送

const QChatPushMsgType(3)
inherit → const QChatPushMsgType

继承上一级配置

const QChatPushMsgType(4)

Properties

hashCode int
The hash code for this object.
read-only, inherited
index int
A numeric identifier for the enumerated value.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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.
[all, highMidLevel, highLevel, none, inherit]