sippo-sdk / com.quobis.sippo.sipposdk.group / Groups / leaveAllGroups

leaveAllGroups

fun leaveAllGroups(onCompletion: (SippoResourceError?) -> Unit): Unit

Leaves all the groups where the current user is present as participant.

Parameters

onCompletion - Callback that will be invoked when the request is completed. It will receive a SippoResourceError if any error occurs. In case of success, error will be null.