RequestOptions

class RequestOptions : Parcelable

Options describing search request.

Functions

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

Properties

options
Link copied to clipboard
val options: SearchOptions
Search options, that were used for the original request.
originRewritten
Link copied to clipboard
val originRewritten: Boolean
denotes whether SearchOptions.origin property has been rewritten by the Search SDK.
proximityRewritten
Link copied to clipboard
val proximityRewritten: Boolean
denotes whether SearchOptions.proximity property has been rewritten by the Search SDK.
query
Link copied to clipboard
val query: String
Search query.