sippo-sdk / com.quobis.sippo.sipposdk.group / GroupsRx / getGroups

getGroups

fun getGroups(userIsParticipant: Boolean): Single<List<Group>>

Gets the user's groups.

Parameters

userIsParticipant - If true, only the groups where the local user is participating will be retrieved. If it is false, all groups will be returned.

Return
A single that will emit the list of groups when the request is processed. In case of error, it will emit a SippoResourceError.