toggle menu
Android-IMLibCore-SDK
5.26.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib
/
IRongCoreCallback
/
RefreshReferenceMessageCallback
Refresh
Reference
Message
Callback
io.rong.imlib
public
interface
RefreshReferenceMessageCallback
批量查询需要刷新的引用消息回调接口。
Since
5.26.0
Members
Functions
on
Error
Link copied to clipboard
io.rong.imlib
public
abstract
void
onError
(
IRongCoreEnum.CoreErrorCode
errorCode
)
失败回调。
on
Local
Message
Block
Link copied to clipboard
io.rong.imlib
public
abstract
void
onLocalMessageBlock
(
List
<
MessageResult
>
msgList
)
本地存在的消息回调
on
Remote
Message
Block
Link copied to clipboard
io.rong.imlib
public
abstract
void
onRemoteMessageBlock
(
List
<
MessageResult
>
msgList
)
部分不存在,从远端请求的消息回调