create Group
abstract fun createGroup(name: String?, description: String?, listener: IGroupProxy.IGroupCreationListener?)
Content copied to clipboard
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)