Fetch Content Category Service Result
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.
Properties
Link copied to clipboard
List of content items for service.
Link copied to clipboard
Service the content items belong to.