QChatSystemNotificationType enum Null safety

Inheritance

Constructors

QChatSystemNotificationType()
const

Values

server_member_invite → const QChatSystemNotificationType

邀请服务器成员

const QChatSystemNotificationType(0)
server_member_invite_reject → const QChatSystemNotificationType

拒绝邀请

const QChatSystemNotificationType(1)
server_member_apply → const QChatSystemNotificationType

申请加入服务器

const QChatSystemNotificationType(2)
server_member_apply_reject → const QChatSystemNotificationType

拒绝申请

const QChatSystemNotificationType(3)
server_create → const QChatSystemNotificationType

创建服务器

const QChatSystemNotificationType(4)
server_remove → const QChatSystemNotificationType

删除服务器

const QChatSystemNotificationType(5)
server_update → const QChatSystemNotificationType

修改服务器信息

const QChatSystemNotificationType(6)
server_member_invite_done → const QChatSystemNotificationType

已邀请服务器成员

const QChatSystemNotificationType(7)
server_member_invite_accept → const QChatSystemNotificationType

接受邀请

const QChatSystemNotificationType(8)
server_member_apply_done → const QChatSystemNotificationType

已申请加入服务器

const QChatSystemNotificationType(9)
server_member_apply_accept → const QChatSystemNotificationType

接受申请

const QChatSystemNotificationType(10)
server_member_kick → const QChatSystemNotificationType

踢除服务器成员

const QChatSystemNotificationType(11)
server_member_leave → const QChatSystemNotificationType

主动离开服务器

const QChatSystemNotificationType(12)
server_member_update → const QChatSystemNotificationType

修改服务器成员信息

const QChatSystemNotificationType(13)
channel_create → const QChatSystemNotificationType

创建频道

const QChatSystemNotificationType(14)
channel_remove → const QChatSystemNotificationType

删除频道

const QChatSystemNotificationType(15)
channel_update → const QChatSystemNotificationType

修改频道信息

const QChatSystemNotificationType(16)
channel_update_white_black_role → const QChatSystemNotificationType

频道修改黑白名单身份组

const QChatSystemNotificationType(17)
channel_update_white_black_member → const QChatSystemNotificationType

频道修改黑白名单成员

const QChatSystemNotificationType(18)
update_quick_comment → const QChatSystemNotificationType

更新快捷评论表情

const QChatSystemNotificationType(19)
channel_category_create → const QChatSystemNotificationType

创建频道类别

const QChatSystemNotificationType(20)
channel_category_remove → const QChatSystemNotificationType

删除频道类别

const QChatSystemNotificationType(21)
channel_category_update → const QChatSystemNotificationType

修改频道类别信息

const QChatSystemNotificationType(22)
channel_category_update_white_black_role → const QChatSystemNotificationType

频道类别修改黑白名单身份组

const QChatSystemNotificationType(23)
channel_category_update_white_black_member → const QChatSystemNotificationType

频道类别修改黑白名单成员

const QChatSystemNotificationType(24)
server_role_member_add → const QChatSystemNotificationType

加入服务器身份组成员

const QChatSystemNotificationType(25)
server_role_member_delete → const QChatSystemNotificationType

移出服务器身份组成员

const QChatSystemNotificationType(26)
server_role_auth_update → const QChatSystemNotificationType

更新服务器身份组权限

const QChatSystemNotificationType(27)
channel_role_auth_update → const QChatSystemNotificationType

更新频道身份组权限

const QChatSystemNotificationType(28)
member_role_auth_update → const QChatSystemNotificationType

更新频道个人定制权限

const QChatSystemNotificationType(29)
channel_visibility_update → const QChatSystemNotificationType

频道对当前用户可见性变更

const QChatSystemNotificationType(30)
server_enter_leave → const QChatSystemNotificationType

当前用户进入/离开服务器

const QChatSystemNotificationType(31)
server_member_join_by_invite_code → const QChatSystemNotificationType

用户通过邀请码加入服务器

const QChatSystemNotificationType(32)
custom → const QChatSystemNotificationType

自定义

const QChatSystemNotificationType(33)

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<QChatSystemNotificationType>
A constant List of the values in this enum, in order of their declaration.
[server_member_invite, server_member_invite_reject, server_member_apply, server_member_apply_reject, server_create, server_remove, server_update, server_member_invite_done, server_member_invite_accept…