VideoController.VideoLifecycleCallbacks

public static abstract class VideoController.VideoLifecycleCallbacks extends Object

Callback for receiving updates on video ad lifecycle events.

Public Constructor Summary

Public Method Summary

void
onVideoEnd()
Called when video playback finishes.
void
onVideoMute(boolean isMuted)
Called when the video changes mute state.
void
onVideoPause()
Called when video playback is paused.
void
onVideoPlay()
Called when video playback is playing.
void
onVideoStart()
Called when video playback first begins.

Inherited Method Summary

Public Constructors

public VideoLifecycleCallbacks ()

Public Methods

public void onVideoEnd ()

Called when video playback finishes.

public void onVideoMute (boolean isMuted)

Called when the video changes mute state.

public void onVideoPause ()

Called when video playback is paused.

public void onVideoPlay ()

Called when video playback is playing.

public void onVideoStart ()

Called when video playback first begins.