SearchQuery

data class SearchQuery(val query: String, val mode: SearchMode = SearchMode.KeyboardInput)

Wrapper class to hold search input String and the SearchMode mode used to initiate the UI search

Depending on the SearchMode, additional ActionTrigger.ON_SEARCH_SINGLE_RESULT actions can be triggered a query returns a single result

Parameters

query

Actual search input string

mode

SearchMode that initiated the search

Constructors

Link copied to clipboard
constructor(query: String, mode: SearchMode = SearchMode.KeyboardInput)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard