create Group
Creates a new group asynchronously and associate with current user id.
Return
The created group and associate with current user id.
Parameters
group Name
The name of the group to create.
initial User Role
The initial user role for the group.
abstract fun createGroup(groupName: String, initialUserRole: String, completionCallback: CompletionCallback<Group>)
Creates a new group and associate with current user id asynchronously with a completion callback.
Parameters
group Name
The name of the group to create.
initial User Role
The initial user role for the group.
completion Callback
The callback function to be invoked when the group is created.