Package io.rong.imlib
Interface IRongCoreListener.IGetGroupMessageDeliverListCallback
-
- All Implemented Interfaces:
public interface IRongCoreListener.IGetGroupMessageDeliverListCallback
Callback for retrieving the list of users who have received the message
-
-
Method Summary
Modifier and Type Method Description abstract void
onSuccess(int totalCount, List<GroupMessageDeliverUser> users)
abstract void
onError(IRongCoreEnum.CoreErrorCode coreErrorCode)
-
-
Method Detail
-
onSuccess
abstract void onSuccess(int totalCount, List<GroupMessageDeliverUser> users)
- Parameters:
totalCount
- Indicates the total number of usersusers
- Represents the list of users to whom the message was delivered
-
onError
abstract void onError(IRongCoreEnum.CoreErrorCode coreErrorCode)
- Parameters:
coreErrorCode
- The specific error code indicating the failure.
-
-
-
-