InteractionListener

Listener to be informed of onImpressionHandled or onGeneralClickHandled events.

Functions

Link copied to clipboard
abstract fun onGeneralClickHandled()

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
abstract fun onImpressionHandled()

Gets called if the latest handleImpression call registered an impression. You can use this for counting impressions on the adapter's side.