SelectOptions

class SelectOptions(addResultToHistory: Boolean) : Parcelable

Bunch of options used by SearchEngine.select function.

See also

Constructors

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

Functions

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

Properties

addResultToHistory
Link copied to clipboard
val addResultToHistory: Boolean = true
Flag to control whether search result should be added to history automatically.