QChatRoleServicePlatform class abstract

Inheritance

Constructors

QChatRoleServicePlatform()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceName String
no setterinherited

Methods

addChannelRole(QChatAddChannelRoleParam param) Future<NIMResult<QChatAddChannelRoleResult>>
addMemberRole(QChatAddMemberRoleParam param) Future<NIMResult<QChatAddMemberRoleResult>>
addMembersToServerRole(QChatAddMembersToServerRoleParam param) Future<NIMResult<QChatAddMembersToServerRoleResult>>
checkPermission(QChatCheckPermissionParam param) Future<NIMResult<QChatCheckPermissionResult>>
checkPermissions(QChatCheckPermissionsParam param) Future<NIMResult<QChatCheckPermissionsResult>>
createServerRole(QChatCreateServerRoleParam param) Future<NIMResult<QChatCreateServerRoleResult>>
deleteServerRole(QChatDeleteServerRoleParam param) Future<NIMResult<void>>
getChannelRoles(QChatGetChannelRolesParam param) Future<NIMResult<QChatGetChannelRolesResult>>
getExistingAccidsInServerRole(QChatGetExistingAccidsInServerRoleParam param) Future<NIMResult<QChatGetExistingAccidsInServerRoleResult>>
getExistingAccidsOfMemberRoles(QChatGetExistingAccidsOfMemberRolesParam param) Future<NIMResult<QChatGetExistingAccidsOfMemberRolesResult>>
getExistingChannelRolesByServerRoleIds(QChatGetExistingChannelRolesByServerRoleIdsParam param) Future<NIMResult<QChatGetExistingChannelRolesByServerRoleIdsResult>>
getExistingServerRolesByAccids(QChatGetExistingServerRolesByAccidsParam param) Future<NIMResult<QChatGetExistingServerRolesByAccidsResult>>
getMemberRoles(QChatGetMemberRolesParam param) Future<NIMResult<QChatGetMemberRolesResult>>
getMembersFromServerRole(QChatGetMembersFromServerRoleParam param) Future<NIMResult<QChatGetMembersFromServerRoleResult>>
getServerRoles(QChatGetServerRolesParam param) Future<NIMResult<QChatGetServerRolesResult>>
getServerRolesByAccid(QChatGetServerRolesByAccidParam param) Future<NIMResult<QChatGetServerRolesByAccidResult>>
handleMethodCall(String method, dynamic arguments) Future
inherited
invokeMethod(String method, {Map<String, dynamic>? arguments}) Future<Map<String, dynamic>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onEvent(String method, dynamic arguments) Future
inherited
removeChannelRole(QChatRemoveChannelRoleParam param) Future<NIMResult<void>>
removeMemberRole(QChatRemoveMemberRoleParam param) Future<NIMResult<void>>
removeMembersFromServerRole(QChatRemoveMembersFromServerRoleParam param) Future<NIMResult<QChatRemoveMembersFromServerRoleResult>>
toString() String
A string representation of this object.
inherited
updateChannelRole(QChatUpdateChannelRoleParam param) Future<NIMResult<QChatUpdateChannelRoleResult>>
updateMemberRole(QChatUpdateMemberRoleParam param) Future<NIMResult<QChatUpdateMemberRoleResult>>
updateServerRole(QChatUpdateServerRoleParam param) Future<NIMResult<QChatUpdateServerRoleResult>>
updateServerRolePriorities(QChatUpdateServerRolePrioritiesParam param) Future<NIMResult<QChatUpdateServerRolePrioritiesResult>>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance QChatRoleServicePlatform
getter/setter pair