DiscoveryClassificationItem

data class DiscoveryClassificationItem(val classificationId: String?, val name: String?) : Parcelable

Represents a classification item in the Discovery API.

Holds ID and name for a classification, such as segment or genre.

Constructors

Link copied to clipboard
constructor(classificationId: String?, name: String?)

Properties

Link copied to clipboard

The classification's ID, if available.

Link copied to clipboard
val name: String?

The classification's name, if available.

Functions

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