Search Content All Complete Callback
typealias SearchContentAllCompleteCallback = (results: List<SearchContentServiceResult>, error: Throwable?) -> Unit
Connect.searchContent callback for when all streaming services have been searched.
Parameters
results
A list of streaming content search results broken down by streaming service.
error
Any errors that may have occurred.