performTapEvent

abstract fun performTapEvent(tapEvent: AdTapEvent)

Processes advertisement taps.

Processes an advertisement tap event and then notifies the app via the AdEventListener and AdEventType.Tap. Can be triggered when a user taps on an ad.

Parameters

tapEvent

The AdTapEvent that the SDK should process.