SearchSuggestion

data class SearchSuggestion(val imageResId: Int, val title: String, val subtitle: String, val query: String)

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)

Properties

Link copied to clipboard

Resource ID for the icon of the suggestion item.

Link copied to clipboard

Query that should be inserted to the search field.

Link copied to clipboard

Suggestion subtitle.

Link copied to clipboard

Suggestion title.