类的使用
com.easemob.im.api.model.EMCreateGroup
使用EMCreateGroup的程序包
-
com.easemob.im.api中EMCreateGroup的使用
参数类型为EMCreateGroup的com.easemob.im.api中的方法修饰符和类型方法说明GroupApi.createGroup(EMCreateGroup emCreateGroup) 创建群组 创建一个群组,并设置群组名称、群组描述、公开群/私有群属性、群成员最大人数(包括群主)、加入公开群是否需要批准、群主、群成员和群组扩展信息。okhttp3.CallGroupApi.createGroupAsync(EMCreateGroup emCreateGroup, ApiCallback<EMCreateGroupResult> _callback) 创建群组 (asynchronously) 创建一个群组,并设置群组名称、群组描述、公开群/私有群属性、群成员最大人数(包括群主)、加入公开群是否需要批准、群主、群成员和群组扩展信息。okhttp3.CallGroupApi.createGroupCall(EMCreateGroup emCreateGroup, ApiCallback _callback) Build call for createGroupGroupApi.createGroupWithHttpInfo(EMCreateGroup emCreateGroup) 创建群组 创建一个群组,并设置群组名称、群组描述、公开群/私有群属性、群成员最大人数(包括群主)、加入公开群是否需要批准、群主、群成员和群组扩展信息。 -
com.easemob.im.api.model中EMCreateGroup的使用
修饰符和类型方法说明EMCreateGroup.addMembersItem(String membersItem) EMCreateGroup.allowinvites(Boolean allowinvites) EMCreateGroup.description(String description) static EMCreateGroupCreate an instance of EMCreateGroup given an JSON stringEMCreateGroup.inviteNeedConfirm(Boolean inviteNeedConfirm) EMCreateGroup.membersonly(Boolean membersonly)