Package org. matrix. android. sdk. api. session. room. model
Types
This class holds some data of a local room. It can be retrieved by org.matrix.android.sdk.api.session.room.Room and org.matrix.android.sdk.api.session.room.RoomService
Represents the membership of a user on a room.
Contains an aggregated summary info of the poll response. Put pre-computed info that you want to access quickly without having to go through all references events
Class representing the EventType.EVENT_TYPE_STATE_ROOM_POWER_LEVELS state event content.
Contains an aggregated summary info of the references. Put pre-computed info that you want to access quickly without having to go through all references events
Events can relates to other events, this object keeps a summary of all events that are referencing the 'eventId' event via the RelationType.REFERENCE.
Class representing the EventType.STATE_ROOM_ALIASES state event content Note that this Event has been deprecated, see
Class representing the EventType.STATE_ROOM_AVATAR state event content.
Class representing the EventType.STATE_ROOM_CANONICAL_ALIAS state event content.
Class representing the EventType.STATE_ROOM_GUEST_ACCESS state event content Ref: https://matrix.org/docs/spec/client_server/latest#m-room-guest-access
Ref: https://matrix.org/docs/spec/client_server/latest#room-history-visibility
Enum for RoomJoinRulesContent : https://matrix.org/docs/spec/client_server/r0.4.0#m-room-join-rules
Class representing the EventType.STATE_ROOM_JOIN_RULES state event content.
Class representing the EventType.STATE_ROOM_MEMBER state event content.
Class representing a simplified version of EventType.STATE_ROOM_MEMBER state event content.
Class representing the EventType.STATE_ROOM_NAME state event content.
Class representing the EventType.STATE_ROOM_SERVER_ACL state event content Ref: https://matrix.org/docs/spec/client_server/r0.6.1#m-room-server-acl
These are the same fields as those returned by /publicRooms, with a few additions: room_type, membership and is_encrypted.
This class holds some data of a room. It can be retrieved by org.matrix.android.sdk.api.session.room.Room and org.matrix.android.sdk.api.session.room.RoomService
Class representing the EventType.STATE_ROOM_THIRD_PARTY_INVITE state event content Ref: https://matrix.org/docs/spec/client_server/r0.6.1#m-room-third-party-invite
Class representing the EventType.STATE_ROOM_TOPIC state event content.
Enum for the versioning state of a room.