VideoController.VideoLifecycleCallbacks

interface VideoController.VideoLifecycleCallbacks


Callback for receiving updates on video ad lifecycle events.

Summary

Public functions

open Unit

Called when video playback finishes.

open Unit
onVideoMute(isMuted: Boolean)

Called when the video changes mute state.

open Unit

Called when video playback is paused.

open Unit

Called when video playback is playing or first begins.

open Unit

Called when video playback first begins.

Public functions

onVideoEnd

open fun onVideoEnd(): Unit

Called when video playback finishes.

onVideoMute

open fun onVideoMute(isMuted: Boolean): Unit

Called when the video changes mute state.

onVideoPause

open fun onVideoPause(): Unit

Called when video playback is paused.

onVideoPlay

open fun onVideoPlay(): Unit

Called when video playback is playing or first begins.

onVideoStart

open fun onVideoStart(): Unit

Called when video playback first begins.