public static interface NativeAppInstallAd.OnAppInstallAdLoadedListener
An interface defining a callback that is called when a native app install ad is loaded.
Public Method Summary
abstract void |
onAppInstallAdLoaded(NativeAppInstallAd
ad)
A method called when a native app install ad has successfully loaded.
|
Public Methods
public abstract void onAppInstallAdLoaded (NativeAppInstallAd ad)
A method called when a native app install ad has successfully loaded.
Parameters
ad | An object containing the native ad assets. |
---|