SASInterstitialManager

class SASInterstitialManager : SASInterstitialAdapter.InterstitialAdapterListener

Top level interstitial ad component that will act as a manager for underlying rendered interstitial ads.

Constructors

Link copied to clipboard
constructor(activity: Activity, adPlacement: SASAdPlacement)

Types

Link copied to clipboard

Interface for listener objects that are notified of interstitial

Properties

Link copied to clipboard

The #SASAdPlacement on which the latest ad was successfully loaded, if any.

Link copied to clipboard

The currently installed #InterstitialManagerListener on this #SASInterstitialManager instance.

Functions

Link copied to clipboard
Link copied to clipboard
fun loadAd()

Loads an ad for the specified placement.

Link copied to clipboard
fun onDestroy()
Link copied to clipboard
open override fun onInterstitialAdClicked()
Link copied to clipboard
open override fun onInterstitialAdClosed()
Link copied to clipboard
Link copied to clipboard
open override fun onInterstitialAdShown()
Link copied to clipboard
fun show()