public abstract class VideoEventListener
extends java.lang.Object
Constructor and Description |
---|
VideoEventListener() |
Modifier and Type | Method and Description |
---|---|
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.
|
public void onVideoCompleted(InMobiNative ad)
ad
- Represents the InMobiNative
adpublic void onVideoSkipped(InMobiNative ad)
ad
- Represents the InMobiNative
adpublic void onAudioStateChanged(InMobiNative inMobiNative, boolean isMuted)
isMuted
- Represents whether media is muted or not.