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) 群聊中消息送达回调
      • 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 - 消息送达用户列表
      • onGroupMessageDelivered

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

        群聊中消息送达回调

        Parameters:
        targetId - 群Id
        channelId - 所属会话的业务标识
        totalCount - 群内总人数
        groupMessageDeliverInfoList - 送达列表