Custom events that implement CustomEventNative
should use this listener to send callbacks to the mediation library to properly manage ad
flow.
| 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.
|
Indicates that an impression has been recorded for the ad. This method should only
be called if
setOverrideImpressionRecording(boolean) is set to true.
This method is deprecated.
Use
onAdLoaded(UnifiedNativeAdMapper).
Indicates that a native app install ad or native content ad has been requested and successfully received.
Indicates that a unified native ad has been requested and successfully received.