getAppList

fun getAppList(type: Int, offset: Int, count: Int, callback: KIMResultCallback1<KIMAppBriefData>)

获取应用列表

Parameters

type

列表类型

offset

列表索引偏移值,用于分页加载。如每页获取100条数据,则获取第二页是传100

count

分页拉取每页数量,最大值100

callback

接口回调