public abstract class

VideoEventListener

extends Object
java.lang.Object
   ↳ com.inmobi.ads.listeners.VideoEventListener

Class Overview

A listener for receiving video events notifications during the lifecycle of a InMobiNative ad.

Summary

Public Constructors
VideoEventListener()
Public Methods
void onAudioStateChanged(InMobiNative inMobiNative, boolean isMuted)
Called to notify when media audio state changes.
void onVideoCompleted(InMobiNative ad)
Called to notify that the video has finished playing.
void onVideoSkipped(InMobiNative ad)
Called to notify that the user has skipped video play.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public VideoEventListener ()

Public Methods

public void onAudioStateChanged (InMobiNative inMobiNative, boolean isMuted)

Called to notify when media audio state changes.

Parameters
isMuted Represents whether media is muted or not.

public void onVideoCompleted (InMobiNative ad)

Called to notify that the video has finished playing.

Parameters
ad Represents the InMobiNative ad

public void onVideoSkipped (InMobiNative ad)

Called to notify that the user has skipped video play.

Parameters
ad Represents the InMobiNative ad