Package com.yandex.mobile.ads.feed
Interface FeedAdEventListener
-
- All Implemented Interfaces:
public interface FeedAdEventListenerA listener for receiving notifications during the lifecycle of a feed ad.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonAdClicked()Called when user clicked on the ad. abstract UnitonImpression(ImpressionData impressionData)Called when an impression was observed -
-
Method Detail
-
onAdClicked
abstract Unit onAdClicked()
Called when user clicked on the ad.
-
onImpression
abstract Unit onImpression(ImpressionData impressionData)
Called when an impression was observed
- Parameters:
impressionData-impression level revenue data
-
-
-
-