QChatSystemNotificationType enum Null safety
Constructors
- QChatSystemNotificationType()
-
const
Values
- server_member_invite → const QChatSystemNotificationType
-
邀请服务器成员
QChatSystemNotificationType()
- server_member_invite_reject → const QChatSystemNotificationType
-
拒绝邀请
QChatSystemNotificationType()
- server_member_apply → const QChatSystemNotificationType
-
申请加入服务器
QChatSystemNotificationType()
- server_member_apply_reject → const QChatSystemNotificationType
-
拒绝申请
QChatSystemNotificationType()
- server_create → const QChatSystemNotificationType
-
创建服务器
QChatSystemNotificationType()
- server_remove → const QChatSystemNotificationType
-
删除服务器
QChatSystemNotificationType()
- server_update → const QChatSystemNotificationType
-
修改服务器信息
QChatSystemNotificationType()
- server_member_invite_done → const QChatSystemNotificationType
-
已邀请服务器成员
QChatSystemNotificationType()
- server_member_invite_accept → const QChatSystemNotificationType
-
接受邀请
QChatSystemNotificationType()
- server_member_apply_done → const QChatSystemNotificationType
-
已申请加入服务器
QChatSystemNotificationType()
- server_member_apply_accept → const QChatSystemNotificationType
-
接受申请
QChatSystemNotificationType()
- server_member_kick → const QChatSystemNotificationType
-
踢除服务器成员
QChatSystemNotificationType()
- server_member_leave → const QChatSystemNotificationType
-
主动离开服务器
QChatSystemNotificationType()
- server_member_update → const QChatSystemNotificationType
-
修改服务器成员信息
QChatSystemNotificationType()
- channel_create → const QChatSystemNotificationType
-
创建频道
QChatSystemNotificationType()
- channel_remove → const QChatSystemNotificationType
-
删除频道
QChatSystemNotificationType()
- channel_update → const QChatSystemNotificationType
-
修改频道信息
QChatSystemNotificationType()
- channel_update_white_black_role → const QChatSystemNotificationType
-
频道修改黑白名单身份组
QChatSystemNotificationType()
- channel_update_white_black_member → const QChatSystemNotificationType
-
频道修改黑白名单成员
QChatSystemNotificationType()
- update_quick_comment → const QChatSystemNotificationType
-
更新快捷评论表情
QChatSystemNotificationType()
- channel_category_create → const QChatSystemNotificationType
-
创建频道类别
QChatSystemNotificationType()
- channel_category_remove → const QChatSystemNotificationType
-
删除频道类别
QChatSystemNotificationType()
- channel_category_update → const QChatSystemNotificationType
-
修改频道类别信息
QChatSystemNotificationType()
- channel_category_update_white_black_role → const QChatSystemNotificationType
-
频道类别修改黑白名单身份组
QChatSystemNotificationType()
- channel_category_update_white_black_member → const QChatSystemNotificationType
-
频道类别修改黑白名单成员
QChatSystemNotificationType()
- server_role_member_add → const QChatSystemNotificationType
-
加入服务器身份组成员
QChatSystemNotificationType()
- server_role_member_delete → const QChatSystemNotificationType
-
移出服务器身份组成员
QChatSystemNotificationType()
- server_role_auth_update → const QChatSystemNotificationType
-
更新服务器身份组权限
QChatSystemNotificationType()
- channel_role_auth_update → const QChatSystemNotificationType
-
更新频道身份组权限
QChatSystemNotificationType()
- member_role_auth_update → const QChatSystemNotificationType
-
更新频道个人定制权限
QChatSystemNotificationType()
- channel_visibility_update → const QChatSystemNotificationType
-
频道对当前用户可见性变更
QChatSystemNotificationType()
- server_enter_leave → const QChatSystemNotificationType
-
当前用户进入/离开服务器
QChatSystemNotificationType()
- server_member_join_by_invite_code → const QChatSystemNotificationType
-
用户通过邀请码加入服务器
QChatSystemNotificationType()
- custom → const QChatSystemNotificationType
-
自定义
QChatSystemNotificationType()
Properties
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…