Search Result
data class SearchResult( val nextBatch: String? = null, val highlights: List<String>? = null, val results: List<EventAndSender>? = null)
Content copied to clipboard
Domain class to represent the response of a search request in a room.
Constructors
Link copied to clipboard
fun SearchResult( nextBatch: String? = null, highlights: List<String>? = null, results: List<EventAndSender>? = null)
Content copied to clipboard