Interface POBBannerRenderer.RendererBuilder

    • 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 POBBannerRendering build(@NonNull() POBAdDescriptor descriptor, int rendererId) Builds POBBannerRendering on the basis of POBAdDescriptor See.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • build

        @Nullable() abstract POBBannerRendering build(@NonNull() POBAdDescriptor descriptor, int rendererId)

        Builds POBBannerRendering on the basis of POBAdDescriptor See.POBAdDescriptor

        Parameters:
        descriptor - the descriptor of type POBAdDescriptor
        rendererId - the renderer hash code used later by POBFullscreenActivity to identify associated renderer
        Returns:

        reference of POBBannerRendering. It may also return null in case unable to create instance of renderer due to failure of WebView creation.