StreamingCategory

data class StreamingCategory(var name: String) : Parcelable

Streaming service content category.

Represents a streaming service category for a user.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Category name.

Functions

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