VideoController.VideoLifecycleCallbacks

public interface VideoController.VideoLifecycleCallbacks


Callback for receiving updates on video ad lifecycle events.

Summary

Public methods

default void

Called when video playback finishes.

default void
onVideoMute(boolean isMuted)

Called when the video changes mute state.

default void

Called when video playback is paused.

default void

Called when video playback is playing or first begins.

default void

Called when video playback first begins.

Public methods

onVideoEnd

default void onVideoEnd()

Called when video playback finishes.

onVideoMute

default void onVideoMute(boolean isMuted)

Called when the video changes mute state.

onVideoPause

default void onVideoPause()

Called when video playback is paused.

onVideoPlay

default void onVideoPlay()

Called when video playback is playing or first begins.

onVideoStart

default void onVideoStart()

Called when video playback first begins.