findChatNotices

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
getChatNotices(appId, authCode, callback)

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

Parameters

chatId
nextOffset

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

count
isAsc

是否升序返回

noticesType

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

callback