This interface is deprecated.
Use Adapter and
MediationAdLoadCallback
instead.
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 |
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
UnifiedNativeAdMapper.setOverrideImpressionRecording(boolean) is set to
true.
Indicates that a unified native ad has been requested and successfully received.