VideoAdScheduleListener

Interface for handling video ad schedule events and callbacks. Provides methods to handle various events related to video ad scheduling and playback.

Functions

Link copied to clipboard
abstract fun onContentPauseRequest()
Called when content playback needs to be paused
Link copied to clipboard
abstract fun onContentResumeRequest()
Called when content playback needs to be resumed
Link copied to clipboard
abstract fun onError(error: GfpError)
Called when an error occurs in the ad schedule
Link copied to clipboard
abstract fun onScheduleCompleted()
Called when the ad schedule is completed (all ads in the schedule have finished playing)
Link copied to clipboard
abstract fun onScheduleLoaded(schedule: VideoScheduleResponse)
Called when the ad schedule is successfully loaded