toggle menu
Android-IMLibCore-SDK
0.0.1
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib
/
ReadReceiptV2Manager
/
IGetMessageReadUserListCallback
IGet
Message
Read
User
List
Callback
io.rong.imlib
public
interface
IGetMessageReadUserListCallback
Callback for retrieving the list of users who have read the message
Members
Functions
on
Error
Link copied to clipboard
io.rong.imlib
public
abstract
void
onError
(
IRongCoreEnum.CoreErrorCode
coreErrorCode
)
on
Success
Link copied to clipboard
io.rong.imlib
public
abstract
void
onSuccess
(
int totalCount
,
List
<
GroupMessageReader
>
users
)