QChatRoleResource enum Null safety

Inheritance

Constructors

QChatRoleResource()
const

Values

manageServer → const QChatRoleResource

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

const QChatRoleResource(0)
manageChannel → const QChatRoleResource

管理频道,server和channel都有

const QChatRoleResource(1)
manageRole → const QChatRoleResource

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

const QChatRoleResource(2)
sendMsg → const QChatRoleResource

发送消息,server和channel都有

const QChatRoleResource(3)
accountInfoSelf → const QChatRoleResource

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

const QChatRoleResource(4)
inviteServer → const QChatRoleResource

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

const QChatRoleResource(5)
kickServer → const QChatRoleResource

踢除他人的权限,仅server有

const QChatRoleResource(6)
accountInfoOther → const QChatRoleResource

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

const QChatRoleResource(7)
recallMsg → const QChatRoleResource

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

const QChatRoleResource(8)
deleteMsg → const QChatRoleResource

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

const QChatRoleResource(9)
remindOther → const QChatRoleResource

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

const QChatRoleResource(10)
remindEveryone → const QChatRoleResource

@ everyone,server和channel都有

const QChatRoleResource(11)
manageBlackWhiteList → const QChatRoleResource

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

const QChatRoleResource(12)
banServerMember → const QChatRoleResource

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

const QChatRoleResource(13)
rtcChannelConnect → const QChatRoleResource

RTC频道:连接的权限

const QChatRoleResource(14)
rtcChannelDisconnectOther → const QChatRoleResource

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

const QChatRoleResource(15)
rtcChannelOpenMicrophone → const QChatRoleResource

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

const QChatRoleResource(16)
rtcChannelOpenCamera → const QChatRoleResource

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

const QChatRoleResource(17)
rtcChannelOpenCloseOtherMicrophone → const QChatRoleResource

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

const QChatRoleResource(18)
rtcChannelOpenCloseOtherCamera → const QChatRoleResource

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

const QChatRoleResource(19)
rtcChannelOpenCloseEveryoneMicrophone → const QChatRoleResource

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

const QChatRoleResource(20)
rtcChannelOpenCloseEveryoneCamera → const QChatRoleResource

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

const QChatRoleResource(21)
rtcChannelOpenScreenShare → const QChatRoleResource

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

const QChatRoleResource(22)
rtcChannelCloseOtherScreenShare → const QChatRoleResource

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

const QChatRoleResource(23)
serverApplyHandle → const QChatRoleResource

服务器申请处理权限

const QChatRoleResource(24)
inviteApplyHistoryQuery → const QChatRoleResource

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

const QChatRoleResource(25)
mentionedRole → const QChatRoleResource

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

const QChatRoleResource(26)

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…