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, Activity activity)
Create an interstitial dialog.

Public Methods

public abstract AppLovinInterstitialAdDialog createInterstitialAdDialog (AppLovinSdk sdk, Activity activity)

Create an interstitial dialog. This interface is only intended to be used from within AppLovinInterstitialAd.

Parameters
sdk SDK to use. May be null.
activity Reference to parent activity on top of which interstitials will be displayed.
Returns