Class FullyReadContent

  • All Implemented Interfaces:
    EventContent

    public class FullyReadContent
    extends Object
    implements EventContent
    The current location of the user's read marker in a room. This event appears in the user's room account data for the room the marker is applicable for.
    • Field Detail

      • eventId

        private String eventId
        Required. The event the user's read marker is located at in the room.
    • Constructor Detail

      • FullyReadContent

        public FullyReadContent()
    • Method Detail

      • getEventId

        public String getEventId()
      • setEventId

        public void setEventId​(String eventId)