find Chat Notices
fun findChatNotices(chatId: String, nextOffset: Long, count: Int, isAsc: Boolean, noticesType: List<String>?, callback: IResultCallback<KIMCoreChatNotices>)
Deprecated
该接口已经废弃,请使用新接口
Replace with
import com.kingsoft.kim.core.api.KIMCore
Content copied to clipboard
getChatNotices(appId, authCode, callback)Content copied to clipboard
查询指定会话强提醒数据 注意:本接口需要等 KIMCore.connectWithToken成功之后才能调用
Parameters
chat Id
next Offset
首次传0, 下一次传KIMCoreChatNotices.nextOffset
count
is Asc
是否升序返回
notices Type
需要查询的强提醒类型,如果需要返回全部类型,传null
callback