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 |
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
UnifiedNativeAdMapper.setOverrideImpressionRecording(boolean)
is set to
true.
public abstract void onAdLoaded (UnifiedNativeAdMapper mapper)
Indicates that a unified native ad has been requested and successfully received.