createGroup

abstract fun createGroup(name: String?, description: String?, listener: IGroupProxy.IGroupCreationListener?)

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

IGroupCreationListener Callback (onCreationSuccess and onCreationFailed)