SelectOptions

class SelectOptions(val addResultToHistory: Boolean = true, val attributeSets: List<AttributeSet>? = null) : Parcelable

Bunch of options used by SearchEngine.select function.

See also

Constructors

Link copied to clipboard
fun SelectOptions(addResultToHistory: Boolean = true, attributeSets: List<AttributeSet>? = null)

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.

Link copied to clipboard

Besides the basic metadata attributes, developers can request additional attributes by setting attribute_sets parameter with attribute set values, for example &attribute_sets=basic,photos,visit. The requested metadata will be provided in metadata object in the response.