FullScreenSearchState

Represents the full screen search state.

Parameters

query

the current query.

suggestions

the suggestions for the query.

onQueryChanged

the callback for the query change.

onCategorySelected

the callback for the category selection.

onSuggestionSelected

the callback for the suggestion selection.

onHistoryItemSelected

the callback for the history item selection.

onFeedbackClicked

the callback for the feedback click.

onFavoritesClicked

the callback for the favorites click.

onHomeClicked

the callback for the home click.

onWorkClicked

the callback for the work click.

onBackClicked

the callback for the back click.

onQueryClicked

the callback for the query click.

onDoneClicked

the callback for the done click.

Properties

Link copied to clipboard
val onBackClicked: () -> Unit
Link copied to clipboard
val onCategorySelected: (category: SearchCategory, displayName: String) -> Unit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val onHomeClicked: () -> Unit
Link copied to clipboard
val onQueryChanged: (query: String) -> Unit
Link copied to clipboard
val onQueryClicked: () -> Unit
Link copied to clipboard
Link copied to clipboard
val onWorkClicked: () -> Unit
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int