Interface POBVideoRendering

  • All Implemented Interfaces:
    com.pubmatic.sdk.common.ui.POBBannerRendering

    
    public interface POBVideoRendering
     implements POBBannerRendering
                        

    An interface defining the protocol for video rendering

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void setVideoRenderingListener(@Nullable() POBVideoRenderingListener listener) Registers to POBVideoRenderingListener to get video rendering related callbacks
      abstract void setVideoSkipEventListener(@Nullable() POBVideoSkipEventListener listener) Registers to POBVideoSkipEventListener to get video skip related callbacks
      abstract void proceedAdSkip(boolean skip) Method to notify video renderer to proceed to skip depending on skip parameter value.
      abstract void destroy() Method to do resource cleanup
      • Methods inherited from class com.pubmatic.sdk.common.ui.POBBannerRendering

        invalidateExpiration, renderAd, setAdRendererListener
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • proceedAdSkip

         abstract void proceedAdSkip(boolean skip)

        Method to notify video renderer to proceed to skip depending on skip parameter value.

        Parameters:
        skip - Value for skip
      • destroy

         abstract void destroy()

        Method to do resource cleanup