Package org. matrix. android. sdk. api. session. room
Types
This interface defines methods to get and join public rooms. It's implemented at the session level.
This interface defines methods to get rooms. It's implemented at the session level.
Enum to sort room list.
This class can be used to filter room summaries to use with RoomService. It provides a Builder. roomSummaryQueryParams and spaceSummaryQueryParams can also be used to build an instance of this class.
Functions
Get a StateEvent using the StateService of a Room.
Get a TimelineEvent using the TimelineService of a Room.
Create a RoomSummaryQueryParams object, calling init with a RoomSummaryQueryParams.Builder.
Create a SpaceSummaryQueryParams object (which is a RoomSummaryQueryParams), calling init with a RoomSummaryQueryParams.Builder. This is specific for spaces, other filters will be applied after invoking init