Package com.pubmatic.sdk.openwrap.core
Interface POBBaseAdInteractionListener
-
- All Implemented Interfaces:
public interface POBBaseAdInteractionListenerThis 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.
-
-
Method Summary
Modifier and Type Method Description abstract voidtrackImpression()Optional method to receive instruction to track the impression. abstract voidtrackClick()Optional method to receive instruction to track the ad click. -
-
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.
-
-
-
-