Interface POBRewardedAdInteractionListener

  • All Implemented Interfaces:
    com.pubmatic.sdk.openwrap.core.POBFullScreenAdInteractionListener

    
    public interface POBRewardedAdInteractionListener
     implements POBFullScreenAdInteractionListener
                        

    This class triggers the Rewarded 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 trackAdComplete(@Nullable() POBReward reward) Notifies when an Ad has completed the minimum required viewing, and user should be rewarded.
      • Methods inherited from class com.pubmatic.sdk.openwrap.core.POBFullScreenAdInteractionListener

        trackAdDismissed, trackAdFailed, trackAdShown, trackClick, trackImpression
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • trackAdComplete

         abstract void trackAdComplete(@Nullable() POBReward reward)

        Notifies when an Ad has completed the minimum required viewing, and user should be rewarded.

        Parameters:
        reward - Valid instance of POBReward