onServiceComplete

abstract fun onServiceComplete(service: StreamingService, content: List<StreamingContent>, error: Throwable?)

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.