Uses of Enum
com.bitheads.braincloud.services.GroupService.Role
Packages that use GroupService.Role
-
Uses of GroupService.Role in com.bitheads.braincloud.services
Methods in com.bitheads.braincloud.services that return GroupService.RoleModifier and TypeMethodDescriptionstatic GroupService.RoleReturns the enum constant of this type with the specified name.static GroupService.Role[]GroupService.Role.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bitheads.braincloud.services with parameters of type GroupService.RoleModifier and TypeMethodDescriptionvoidGroupService.addGroupMember(String groupId, String profileId, GroupService.Role role, String jsonAttributes, IServerCallback callback) Add a member to the group.voidGroupService.approveGroupJoinRequest(String groupId, String profileId, GroupService.Role role, String jsonAttributes, IServerCallback callback) Approve an outstanding request to join the group.voidGroupService.inviteGroupMember(String groupId, String profileId, GroupService.Role role, String jsonAttributes, IServerCallback callback) Invite a member to the group.voidGroupService.updateGroupMember(String groupId, String profileId, GroupService.Role role, String jsonAttributes, IServerCallback callback) Update a member of the group.