Interface POBBaseAdInteractionListener

  • All Implemented Interfaces:

    
    public interface POBBaseAdInteractionListener
    
                        

    This class triggers the Inline Ad event generated by OW SDK which needs to be communicated to primary Ad server SDK when OW is rendering an Ad. It is needed when OW SDK is using the mediation workflow with primary Ad server SDK, to get the signaling mechanism during header bidding. For example MoPub ad server workflow.

    • 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 trackImpression() Optional method to receive instruction to track the impression.
      abstract void trackClick() Optional method to receive instruction to track the ad click.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • trackImpression

         abstract void trackImpression()

        Optional method to receive instruction to track the impression.

      • trackClick

         abstract void trackClick()

        Optional method to receive instruction to track the ad click.