public static interface

NativeAppInstallAd.OnAppInstallAdLoadedListener

com.google.android.gms.ads.formats.NativeAppInstallAd.OnAppInstallAdLoadedListener

Class Overview

An interface defining a callback that is called when a native content ad is loaded.

Summary

Public Methods
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 NativeAppInstallAd: An object containing the native ad assets.