All Superinterfaces:
NativeAdEventListener


public interface ClosableNativeAdEventListener
extends NativeAdEventListener
A listener for receiving notifications during the lifecycle of a native ad.

Method Summary

All Methods
Instance Methods
Abstract Methods
Modifier and TypeMethod and Description
voidcloseNativeAd()
Notifies listener when ad should be closed as a result of user interaction.

Methods inherited from interface com.yandex.mobile.ads.nativeads.NativeAdEventListener

onAdClicked, onImpression, onLeftApplication, onReturnedToApplication

Method Detail

closeNativeAd

void closeNativeAd()
Notifies listener when ad should be closed as a result of user interaction.