Interaction Listener
interface InteractionListener
Listener to be informed of onImpressionHandled or onGeneralClickHandled events.
Functions
Link copied to clipboard
Gets called if the latest handleGeneralAdClick call registered a click. You can use this for counting clicks on the adapter's side.
Link copied to clipboard
Gets called if the latest handleImpression call registered an impression. You can use this for counting impressions on the adapter's side.