Package io.rong.imlib

Interface IRongCoreListener.MessageDeliverListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onPrivateMessageDelivered(List<PrivateMessageDeliverInfo> privateMessageDeliverInfoList)
      abstract void onGroupMessageDelivered(String targetId, String channelId, int totalCount, List<GroupMessageDeliverInfo> groupMessageDeliverInfoList) Callback for message delivery in group chat
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onPrivateMessageDelivered

         abstract void onPrivateMessageDelivered(List<PrivateMessageDeliverInfo> privateMessageDeliverInfoList)
        Parameters:
        privateMessageDeliverInfoList - Indicates the list of users to whom the message is delivered
      • onGroupMessageDelivered

         abstract void onGroupMessageDelivered(String targetId, String channelId, int totalCount, List<GroupMessageDeliverInfo> groupMessageDeliverInfoList)

        Callback for message delivery in group chat

        Parameters:
        targetId - Group ID
        channelId - Business identifier of the conversation
        totalCount - Total number of members in the group
        groupMessageDeliverInfoList - Delivery list