Interface POBRewardedAdRendering

  • All Implemented Interfaces:

    
    public interface POBRewardedAdRendering
    
                        

    Rewarded ad rendering interface, implement these methods to write custom ad renderer

    • 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 rewarded with the provided ad descriptor.
      abstract void setAdRendererListener(@NonNull() POBRewardedAdRendererListener listener) Sets the ad renderer listener
      abstract void show() Request to show the rewarded ad.
      abstract void destroy() Cleans the internal state of renderer, after this call, object is not expected be used again.
      • 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 rewarded with the provided ad descriptor.

        Parameters:
        descriptor - ad descriptor
      • show

         abstract void show()

        Request to show the rewarded ad.

      • destroy

         abstract void destroy()

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