SelectOptions

class SelectOptions(val addResultToHistory: Boolean = true) : Parcelable

Bunch of options used by SearchEngine.select function.

See also

Constructors

Link copied to clipboard
fun SelectOptions(addResultToHistory: Boolean = true)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

Flag to control whether search result should be added to history automatically. Defaults to true.