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

create

fun create(groupName: String): Single<Group>

Creates a new Group.

Parameters

groupName - Name of the group.

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