Interface POBNativeRendererListener

    • 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 onAdRendered(@NonNull() View adview) Notify about the Native Ad rendering completion
      abstract void onAdRenderingFailed(@NonNull() POBError error) Notify about the Native Ad rendering failure
      abstract void onAdImpression() Notify about the Native Ad recorded impression
      abstract void onAdClicked() Notify about the Native Ad recorded click
      abstract void onAdClicked(int assetId) Notify about the Native Ad recorded click for specific asset
      abstract void onAdLeavingApplication() Notify about the Native Ad leaving application
      abstract void onAdOpened() Notify about the Native Ad opened
      abstract void onAdClosed() Notify about the Native Ad closed
      abstract void onDsaInfoIconClicked() Notifies to show the DSA info detail screen
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onAdRendered

         abstract void onAdRendered(@NonNull() View adview)

        Notify about the Native Ad rendering completion

        Parameters:
        adview - Native Ad view instance
      • onAdRenderingFailed

         abstract void onAdRenderingFailed(@NonNull() POBError error)

        Notify about the Native Ad rendering failure

        Parameters:
        error - POBError for show failures
      • onAdImpression

         abstract void onAdImpression()

        Notify about the Native Ad recorded impression

      • onAdClicked

         abstract void onAdClicked()

        Notify about the Native Ad recorded click

      • onAdClicked

         abstract void onAdClicked(int assetId)

        Notify about the Native Ad recorded click for specific asset

      • onAdLeavingApplication

         abstract void onAdLeavingApplication()

        Notify about the Native Ad leaving application

      • onAdOpened

         abstract void onAdOpened()

        Notify about the Native Ad opened

      • onAdClosed

         abstract void onAdClosed()

        Notify about the Native Ad closed

      • onDsaInfoIconClicked

         abstract void onDsaInfoIconClicked()

        Notifies to show the DSA info detail screen