Language

class Language(code: String) : Parcelable

Preferred languages of the search results.

Constructors

Language
Link copied to clipboard
fun Language(code: String)

Functions

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

Properties

code
Link copied to clipboard
val code: String
language code in ISO 639-1.