FetchContentCategoryServiceResult

data class FetchContentCategoryServiceResult(val service: StreamingService, val content: List<StreamingContent> = mutableListOf()) : Parcelable

Fetch content category service result.

Holds the results of a fetch content request for a given streaming service.

Constructors

Link copied to clipboard
constructor(service: StreamingService, content: List<StreamingContent> = mutableListOf())

Properties

Link copied to clipboard

List of content items for service.

Link copied to clipboard

Service the content items belong to.

Functions

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