Package org. matrix. android. sdk. api. query
Types
Link copied to clipboard
Only a subset of QueryStringValue are applicable to query the stateKey
of a state event.
Link copied to clipboard
Basic query language. All these cases are mutually exclusive.
Link copied to clipboard
To filter by Room category.
Link copied to clipboard
data class RoomTagQueryFilter( val isFavorite: Boolean?, val isLowPriority: Boolean?, val isServerNotice: Boolean?)
Content copied to clipboard
Filter room by their tag.
Link copied to clipboard
Filter to be used to do room queries regarding the space hierarchy.
Functions
Link copied to clipboard
Return a SpaceFilter.ActiveSpace if the String is not null, or SpaceFilter.NoFilter.
Link copied to clipboard
Return a SpaceFilter.ActiveSpace if the String is not null, or SpaceFilter.OrphanRooms.