Select Options
class SelectOptions @JvmOverloads constructor(val addResultToHistory: Boolean = true, val attributeSets: List<AttributeSet>? = null, val unsafeParameters: Map<String, String>? = 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, unsafeParameters: Map<String, String>? = null)