Class VideoEventListener


  • public abstract class VideoEventListener
    extends java.lang.Object
    • Constructor Detail

      • VideoEventListener

        public VideoEventListener()
    • Method Detail

      • onVideoCompleted

        public void onVideoCompleted​(InMobiNative ad)
        Called to notify that the video has finished playing.
        Parameters:
        ad - Represents the InMobiNative ad
      • onVideoSkipped

        public void onVideoSkipped​(InMobiNative ad)
        Called to notify that the user has skipped video play.
        Parameters:
        ad - Represents the InMobiNative ad
      • onAudioStateChanged

        public void onAudioStateChanged​(InMobiNative inMobiNative,
                                        boolean isMuted)
        Called to notify when media audio state changes.
        Parameters:
        isMuted - Represents whether media is muted or not.