public interface

InterstitialAdDialogCreator

com.applovin.adview.InterstitialAdDialogCreator

Class Overview

This interface is used internally by AppLovinInterstitialAd for creating instances of AppLovinInterstitialAdDialog.

Summary

Public Methods
abstract AppLovinInterstitialAdDialog createInterstitialAdDialog(AppLovinSdk sdk, Context context)
Create an interstitial dialog.

Public Methods

public abstract AppLovinInterstitialAdDialog createInterstitialAdDialog (AppLovinSdk sdk, Context context)

Create an interstitial dialog.

This interface is only intended to be used from within AppLovinInterstitialAd.

Parameters
sdk SDK to use. May be null.
context Parent activity or application context.
Returns