Class POBInterstitial.POBVideoListener

  • All Implemented Interfaces:

    
    public class POBInterstitial.POBVideoListener
    
                        

    Static member class for interaction with the POBInterstitial instance for video events. These events will only invoked for VAST based video creative. All methods are guaranteed to occur on the main thread.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void onVideoPlaybackCompleted(@NonNull() POBInterstitial ad) Notifies the listener that the playback of the video ad has been completed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • POBInterstitial.POBVideoListener

        POBInterstitial.POBVideoListener()
    • Method Detail

      • onVideoPlaybackCompleted

         void onVideoPlaybackCompleted(@NonNull() POBInterstitial ad)

        Notifies the listener that the playback of the video ad has been completed.

        Parameters:
        ad - The POBInterstitial instance invoking this method.