-
Methods in com.bitheads.braincloud.services with parameters of type GroupService.Role
| Modifier and Type |
Method |
Description |
void |
GroupService.addGroupMember(String groupId,
String profileId,
GroupService.Role role,
String jsonAttributes,
IServerCallback callback) |
Add a member to the group.
|
void |
GroupService.approveGroupJoinRequest(String groupId,
String profileId,
GroupService.Role role,
String jsonAttributes,
IServerCallback callback) |
Approve an outstanding request to join the group.
|
void |
GroupService.inviteGroupMember(String groupId,
String profileId,
GroupService.Role role,
String jsonAttributes,
IServerCallback callback) |
Invite a member to the group.
|
void |
GroupService.updateGroupMember(String groupId,
String profileId,
GroupService.Role role,
String jsonAttributes,
IServerCallback callback) |
Update a member of the group.
|