Interface POBBannerRendering

  • All Implemented Interfaces:

    
    public interface POBBannerRendering
    
                        

    Interface to provide callback methods for invoking banner 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 renderAd(@NonNull() POBAdDescriptor descriptor) It starts the rendering of the banner with the provided ad descriptor.
      abstract void setAdRendererListener(@Nullable() POBAdRendererListener listener) Sets the ad renderer listener
      abstract void destroy() Cleans the internal state of renderer, after this call, object is not expected be used again.
      abstract void invalidateExpiration() Notifies the renderer to cleanup expiration, This can be used by renderer which has expiration feature.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • renderAd

         abstract void renderAd(@NonNull() POBAdDescriptor descriptor)

        It starts the rendering of the banner with the provided ad descriptor.

        Parameters:
        descriptor - banner ad descriptor
      • destroy

         abstract void destroy()

        Cleans the internal state of renderer, after this call, object is not expected be used again.

      • invalidateExpiration

         abstract void invalidateExpiration()

        Notifies the renderer to cleanup expiration, This can be used by renderer which has expiration feature.