DiscoverApiOptions

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

Options, used for the Discover API requests.

See also

Constructors

DiscoverApiOptions
Link copied to clipboard
fun DiscoverApiOptions(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.