Search Content Service Complete Callback
typealias SearchContentServiceCompleteCallback = (service: StreamingService, content: List<StreamingContent>, error: Throwable?) -> Unit
Connect.searchContent callback for when a streaming service search has completed.
Parameters
service
The streaming service that was searched.
content
A list of streaming content search results for service.
error
Any error that may have occurred.