AmityCommunityModeration class

Amity Community Moderation

Constructors

AmityCommunityModeration(String _communityId)
Init Amity Community Moderation

Properties

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

Methods

addRole(String role, List<String> userIds) Future
Add Community Role to User
banMember(List<String> userIds) Future
Ban User from the Community
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeRole(String role, List<String> userIds) Future
Remove Community Role to User
toString() String
A string representation of this object.
inherited
unbanMember(List<String> userIds) Future
UnBan User from the Community

Operators

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