Fetch Content All Categories Complete Callback
typealias FetchContentAllCategoriesCompleteCallback = (results: List<FetchContentCategoryResult>, error: Throwable?) -> Unit
Connect.fetchContent callback for when all categories have loaded for all streaming services.
Parameters
results
A list of streaming content broken down by streaming category and streaming service.
error
Any errors that may have occurred.