toggle menu
Android-IMLibCore-SDK
15.14.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib
/
IRongCoreListener
/
IGetGroupMessageDeliverListCallback
IGet
Group
Message
Deliver
List
Callback
io.rong.imlib
public
interface
IGetGroupMessageDeliverListCallback
Callback for retrieving the list of users who have received 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
<
GroupMessageDeliverUser
>
users
)