Custom events that implement CustomEventNative
should use this listener to send callbacks to the mediation library to properly manage ad
flow.
Public Method Summary
abstract void |
onAdImpression()
Indicates that an impression has been recorded for the ad.
|
abstract void | |
abstract void |
onAdLoaded(UnifiedNativeAdMapper
mapper)
Indicates that a unified native ad has been requested and successfully
received.
|
Inherited Method Summary
Public Methods
public abstract void onAdImpression ()
Indicates that an impression has been recorded for the ad. This method should only
be called if
setOverrideImpressionRecording(boolean)
is set to true.
public abstract void onAdLoaded (NativeAdMapper mapper)
This method is deprecated.
Use
onAdLoaded(UnifiedNativeAdMapper)
.
Indicates that a native app install ad or native content ad has been requested and successfully received.
public abstract void onAdLoaded (UnifiedNativeAdMapper mapper)
Indicates that a unified native ad has been requested and successfully received.