类的使用
com.easemob.im.api.model.EMGetGroupShareFileResult
-
com.easemob.im.api中EMGetGroupShareFileResult的使用
修饰符和类型方法说明GroupApi.getGroupShareFile(String groupId, Integer pagenum, Integer pagesize) 获取群组共享文件 可以分页获取指定群组 ID 的群组共享文件。返回变量类型为EMGetGroupShareFileResult的类型的com.easemob.im.api中的方法修饰符和类型方法说明GroupApi.getGroupShareFileWithHttpInfo(String groupId, Integer pagenum, Integer pagesize) 获取群组共享文件 可以分页获取指定群组 ID 的群组共享文件。类型变量类型为EMGetGroupShareFileResult的com.easemob.im.api中的方法参数修饰符和类型方法说明okhttp3.CallGroupApi.getGroupShareFileAsync(String groupId, Integer pagenum, Integer pagesize, ApiCallback<EMGetGroupShareFileResult> _callback) 获取群组共享文件 (asynchronously) 可以分页获取指定群组 ID 的群组共享文件。 -
com.easemob.im.api.model中EMGetGroupShareFileResult的使用
修饰符和类型方法说明EMGetGroupShareFileResult.addDataItem(EMGroupShareFileResource dataItem) EMGetGroupShareFileResult.data(List<EMGroupShareFileResource> data) static EMGetGroupShareFileResultCreate an instance of EMGetGroupShareFileResult given an JSON string