Package com.inmobi.ads.listeners
Class VideoEventListener
-
- All Implemented Interfaces:
public abstract class VideoEventListener
-
-
Constructor Summary
Constructors Constructor Description VideoEventListener()
-
Method Summary
Modifier and Type Method Description Unit
onVideoCompleted(InMobiNative ad)
Called to notify that the video has finished playing. Unit
onVideoSkipped(InMobiNative ad)
Called to notify that the user has skipped video play. Unit
onAudioStateChanged(InMobiNative inMobiNative, Boolean isMuted)
Called to notify when media audio state changes. -
-
Method Detail
-
onVideoCompleted
Unit onVideoCompleted(InMobiNative ad)
Called to notify that the video has finished playing.
- Parameters:
ad
- Represents the InMobiNative ad
-
onVideoSkipped
Unit onVideoSkipped(InMobiNative ad)
Called to notify that the user has skipped video play.
- Parameters:
ad
- Represents the InMobiNative ad
-
onAudioStateChanged
Unit onAudioStateChanged(InMobiNative inMobiNative, Boolean isMuted)
Called to notify when media audio state changes.
- Parameters:
isMuted
- Represents whether media is muted or not.
-
-
-
-