onVideo

abstract fun onVideo(video: Video)

This method must be implemented to handle the Video object returned from an asynchronous operation.

Parameters

video

The Video object provided by the asynchronous operation.