searchContacts

abstract fun searchContacts(chatType: Int, keyWord: String, count: Int, offset: Long): LiveData<LiveDataResult<<Error class: unknown class>>>

搜索联系人 -- atSomeOne页面使用 后期整体挪入搜索组件中

Parameters

chatType

搜索对象的类型

keyWord

关键字

count

一次获取的数量

offset

偏移位置