Package-level declarations
Media search.
Search
Types
Link copied to clipboard
data class Suggestion(val id: String, val name: String, val type: Suggestion.Type, val subType: String, val lang: String, val createdAt: Long, val updatedAt: Long, val covers: List<AlbumCover>) : Parcelable
Link copied to clipboard
data class SuggestionContentRequest(val suggestionId: String, val contentType: SuggestionContentType)
Link copied to clipboard
Link copied to clipboard
data class SuggestionsContainer(val persons: List<Suggestion>, val addresses: List<Suggestion>, val albums: List<Suggestion>, val calendars: List<Suggestion>, val labels: List<Suggestion>, val moments: List<Suggestion>) : Parcelable
Link copied to clipboard
data class SuggestionSearchConfiguration(val language: String, val minQueryLength: Int = 2, val debounceTime: Long = 300)