SearchSuggestion
data class SearchSuggestion( val imageResId: Int, val title: String, val subtitle: String, val query: String)
Content copied to clipboard
Search suggestion data.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Link copied to clipboard
fun SearchSuggestion( imageResId: Int, title: String, subtitle: String, query: String)
Content copied to clipboard