VideoLifecycleCallbacks
The VideoLifecycleCallbacks class contains callbacks (actions/callables) invoked during a video's playback lifecycle inside a native ad.
Callbacks
on_video_start / OnVideoStart
Called when the video starts playing.
on_video_play / OnVideoPlay
Called when the video is played/resumed.
on_video_pause / OnVideoPause
Called when the video is paused.
on_video_end / OnVideoEnd
Called when the video finishes playing.
on_video_mute / OnVideoMute
Called when the video is muted or unmuted. Passes true if the video is now muted, false otherwise.