Fetch Content Category Result
data class FetchContentCategoryResult(val category: StreamingCategory, val services: List<FetchContentCategoryServiceResult> = mutableListOf()) : Parcelable
Fetch content category result.
Holds the results of a fetch content request for a category and each streaming service.
Constructors
Link copied to clipboard
constructor(category: StreamingCategory, services: List<FetchContentCategoryServiceResult> = mutableListOf())
Properties
Link copied to clipboard
Streaming category the results belong to.
Link copied to clipboard
List of results for category organized by streaming service.