Package com.yandex.mobile.ads.nativeads
Interface NativeAdEventListener
-
public interface NativeAdEventListenerA listener for receiving notifications during the lifecycle of a native ad.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLeftApplication()Called when user is about to leave application (e.g., to go to the browser), as a result of clicking on the ad.voidonReturnedToApplication()Called when user returned to application after click.
-