QChatRoleResource enum Null safety

Inheritance

Constructors

QChatRoleResource()
const

Values

manageServer → const QChatRoleResource

管理服务器:修改服务器,仅server有

QChatRoleResource()
manageChannel → const QChatRoleResource

管理频道,server和channel都有

QChatRoleResource()
manageRole → const QChatRoleResource

管理身份组的权限,server和channel都有

QChatRoleResource()
sendMsg → const QChatRoleResource

发送消息,server和channel都有

QChatRoleResource()
accountInfoSelf → const QChatRoleResource

修改自己在该server的服务器成员信息,仅server有

QChatRoleResource()
inviteServer → const QChatRoleResource

邀请他人进入server的,仅server有

QChatRoleResource()
kickServer → const QChatRoleResource

踢除他人的权限,仅server有

QChatRoleResource()
accountInfoOther → const QChatRoleResource

修改他人在该server的服务器成员信息,仅server有

QChatRoleResource()
recallMsg → const QChatRoleResource

撤回他人消息的权限,server和channel都有

QChatRoleResource()
deleteMsg → const QChatRoleResource

删除他人消息的权限,server和channel都有

QChatRoleResource()
remindOther → const QChatRoleResource

@ 他人的权限,server和channel都有

QChatRoleResource()
remindEveryone → const QChatRoleResource

@ everyone,server和channel都有

QChatRoleResource()
manageBlackWhiteList → const QChatRoleResource

管理黑白名单的权限,server和channel都有

QChatRoleResource()
banServerMember → const QChatRoleResource

封禁他人的权限,仅server有,允许成员永久封禁其他成员访问此服务器

QChatRoleResource()
rtcChannelConnect → const QChatRoleResource

RTC频道:连接的权限

QChatRoleResource()
rtcChannelDisconnectOther → const QChatRoleResource

RTC频道:断开他人连接的权限

QChatRoleResource()
rtcChannelOpenMicrophone → const QChatRoleResource

RTC频道:开启麦克风的权限

QChatRoleResource()
rtcChannelOpenCamera → const QChatRoleResource

RTC频道:开启摄像头的权限

QChatRoleResource()
rtcChannelOpenCloseOtherMicrophone → const QChatRoleResource

RTC频道:开启/关闭他人麦克风的权限

QChatRoleResource()
rtcChannelOpenCloseOtherCamera → const QChatRoleResource

RTC频道:开启/关闭他人摄像头的权限

QChatRoleResource()
rtcChannelOpenCloseEveryoneMicrophone → const QChatRoleResource

RTC频道:开启/关闭全员麦克风的权限

QChatRoleResource()
rtcChannelOpenCloseEveryoneCamera → const QChatRoleResource

RTC频道:开启/关闭全员摄像头的权限

QChatRoleResource()
rtcChannelOpenScreenShare → const QChatRoleResource

RTC频道:打开自己屏幕共享的权限

QChatRoleResource()
rtcChannelCloseOtherScreenShare → const QChatRoleResource

RTC频道:关闭他人屏幕共享的权限

QChatRoleResource()
serverApplyHandle → const QChatRoleResource

服务器申请处理权限

QChatRoleResource()
inviteApplyHistoryQuery → const QChatRoleResource

申请邀请历史查看权限,有这个权限才可以查询server级别的申请/邀请记录

QChatRoleResource()
mentionedRole → const QChatRoleResource

@身份组的权限,server和channel都有

QChatRoleResource()

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<QChatRoleResource>
A constant List of the values in this enum, in order of their declaration.
[manageServer, manageChannel, manageRole, sendMsg, accountInfoSelf, inviteServer, kickServer, accountInfoOther, recallMsg, deleteMsg, remindOther, remindEveryone, manageBlackWhiteList, banServerMember…