Android APIs
public interface

CustomEventNativeListener

implements CustomEventListener
com.google.android.gms.ads.mediation.customevent.CustomEventNativeListener

Class Overview

Custom events that implement CustomEventNative should use this listener to send callbacks to the mediation library to properly manage ad flow.

Summary

Public Methods
abstract void onAdLoaded(NativeAdMapper mapper)
Indicates that a native ad has been requested and successfully received.
[Expand]
Inherited Methods
From interface com.google.android.gms.ads.mediation.customevent.CustomEventListener

Public Methods

public abstract void onAdLoaded (NativeAdMapper mapper)

Indicates that a native ad has been requested and successfully received.