SearchEntranceMode

Holds available SearchEntranceMode types.

Uses to configure what entrance state the screen should try to be when user open the search screen. State will be apply if devices are available and all states satisfy the conditions.

Available values are:

Types

Link copied to clipboard

Properties

Link copied to clipboard
const val RECENT: Int = 2

The search screen starts from recent search history.

Link copied to clipboard
const val SEARCH: Int = 1

The search screen will be focused on search input field with visible keyboard if keyboard is available.