Interface BannerVideoListener


  • public interface BannerVideoListener
    Listener interface representing banner video events. All methods will be invoked on the main thread.
    • Method Detail

      • onVideoCompleted

        void onVideoCompleted​(BannerView bannerView)
        Executed when the video complete its playback
        Parameters:
        bannerView - view of the corresponding event.
      • onVideoPaused

        void onVideoPaused​(BannerView bannerView)
        Executed when the video playback is not visible
        Parameters:
        bannerView - view of the corresponding event.
      • onVideoResumed

        void onVideoResumed​(BannerView bannerView)
        Executed when the video is paused and visibility constraints are satisfied again
        Parameters:
        bannerView - view of the corresponding event.
      • onVideoUnMuted

        void onVideoUnMuted​(BannerView bannerView)
        Executed when the video playback is unmuted
        Parameters:
        bannerView - view of the corresponding event.
      • onVideoMuted

        void onVideoMuted​(BannerView bannerView)
        Executed when the video playback is muted
        Parameters:
        bannerView - view of the corresponding event.