getChatNotices

fun getChatNotices(chatId: String, nextOffset: Long, count: Int, order: KIMCoreOrder, noticesType: List<String>?, callback: IResultCallback<KIMCoreChatNotices>)

查询指定会话强提醒数据 注意:本接口需要等 KIMCore.connectWithToken成功之后才能调用

Parameters

chatId
nextOffset

首次传0, 下一次传KIMCoreChatNotices.nextOffset

count
order

是否升序返回

noticesType

需要查询的强提醒类型,如果需要返回全部类型,传null

callback