get Chat Notices
fun getChatNotices(chatId: String, nextOffset: Long, count: Int, order: KIMCoreOrder, noticesType: List<String>?, callback: IResultCallback<KIMCoreChatNotices>)
查询指定会话强提醒数据 注意:本接口需要等 KIMCore.connectWithToken成功之后才能调用
Parameters
chat Id
next Offset
首次传0, 下一次传KIMCoreChatNotices.nextOffset
count
order
是否升序返回
notices Type
需要查询的强提醒类型,如果需要返回全部类型,传null
callback