AmityCommunityParticipation class

Repo To add and remove member from the Community

Constructors

AmityCommunityParticipation(String _communityId)
Init AmityCommunityParticipation

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

addMembers(List<String> userIds) Future
Add Member to community
getMembers() CommunityMemberQueryBuilder
Get Community Member
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeMembers(List<String> userIds) Future
Remove member from the community
searchMembers(String keyword) AmityCommunityMemberSearch
Search Community Member
toString() String
A string representation of this object.
inherited

Operators

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