DiscoverOptions

class DiscoverOptions(limit: Int, language: IsoLanguageCode) : Parcelable

Options, used for the Discover SDK requests.

See also

Constructors

DiscoverOptions
Link copied to clipboard
fun DiscoverOptions(limit: Int = 10, language: IsoLanguageCode = defaultLocaleLanguage())

Functions

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

Properties

language
Link copied to clipboard
val language: IsoLanguageCode
User’s language.
limit
Link copied to clipboard
val limit: Int = 10
Maximum number of results to return.