createGroup

abstract fun createGroup(name: String?, description: String?, listener: RainbowListener<Group, Unit>?)

Create a group with a name and a description.

Parameters

name

String The name of the group to create

description

String The description of the group

listener

RainbowListener<Group, Unit> Callback (onSuccess, onError)