Class ReadReceiptInfo

  • All Implemented Interfaces:

    
    public final class ReadReceiptInfo
    
                        

    Read receipt info for a message.

    Contains the channel info, message ID, and read/unread statistics.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ChannelType getChannelType() Channel type.
      final String getChannelId() Channel ID.
      final String getMessageId() Server-side unique message ID.
      final Integer getUnreadCount() Unread count.
      final Integer getReadCount() Read count.
      final Integer getTotalCount() Total recipient count.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait