VideoPlayerControllerListener
interface VideoPlayerControllerListener
Internal listener interface for video ad adapters. This interface defines callbacks for various video ad events and states.
Functions
Link copied to clipboard
open fun onAdClicked(@Nullable clickEventTrackers: List<NonProgressEventTracker>, clickThrough: String)
Called when the ad is clicked.
Link copied to clipboard
Called when the ad playback is completed.
Link copied to clipboard
Called when the ad is loaded successfully.
Link copied to clipboard
Called when the ad playback is paused.
Link copied to clipboard
Called when ad playback is requested to start.
Link copied to clipboard
Called when the ad playback is resumed after being paused.
Link copied to clipboard
Called when the user skips the ad.
Link copied to clipboard
Called when the video ad starts playing.
Link copied to clipboard
Called when the ad has been playing for 2 seconds.