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