Fetch Content Category Service Complete Callback
typealias FetchContentCategoryServiceCompleteCallback = (category: StreamingCategory, service: StreamingService, content: List<StreamingContent>, error: Throwable?) -> Unit
Connect.fetchContent callback for when a category has loaded for a streaming service.
Parameters
category
The streaming category that completed load for the specified service.
service
The streaming service that completed load for the specified category.
content
The list of streaming content for the category and service.
error
Any error that may have occurred.