ArcVideoPlaylistCallback

interface ArcVideoPlaylistCallback

This is the callback class that must be implemented to return playlists or errors to the findByPlaylist() method in ArcMediaClient

Functions

Link copied to clipboard
abstract fun onError(    type: ArcXPSDKErrorType,     message: String,     value: Any?)
Link copied to clipboard
open fun onJsonResult(json: String)
Link copied to clipboard
abstract fun onVideoPlaylist(playlist: ArcVideoPlaylist?)