Interface POBFullScreenAdInteractionListener

  • All Implemented Interfaces:

    
    public interface POBFullScreenAdInteractionListener
    
                        

    This class triggers the Fullscreen 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.
      abstract void trackAdShown() Notifies Ad shown event
      abstract void trackAdDismissed() Notifies Ad dismiss event
      abstract void trackAdFailed(POBErrorĀ error) Notifies Ad failure event
      • 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.

      • trackAdShown

         abstract void trackAdShown()

        Notifies Ad shown event

      • trackAdFailed

         abstract void trackAdFailed(POBErrorĀ error)

        Notifies Ad failure event