Yandex Mobile Ads
Loading...
Searching...
No Matches
Public Member Functions | Events | List of all members
YandexMobileAds.InterstitialAdLoader Class Reference

Full-screen interstitial ads. More...

Public Member Functions

 InterstitialAdLoader ()
 Cunstructs an object of the InterstitialAdLoader class.
 
void LoadAd (AdRequestConfiguration configuration)
 Starts loading the ad by AdRequestConfiguration. A successfuly loaded Interstitial will be delivered via OnAdLoaded event, otherwise OnAdFailedToLoad event will be fired.
 
void CancelLoading ()
 Cancel active loading of the rewarded ads.
 

Events

EventHandler< InterstitialAdLoadedEventArgs > OnAdLoaded
 Notifies that ad is loaded.
 
EventHandler< AdFailedToLoadEventArgsOnAdFailedToLoad
 Notifies that a rewarded ad request failed.
 

Detailed Description

Full-screen interstitial ads.

Definition at line 20 of file InterstitialAdLoader.cs.

Constructor & Destructor Documentation

◆ InterstitialAdLoader()

YandexMobileAds.InterstitialAdLoader.InterstitialAdLoader ( )

Cunstructs an object of the InterstitialAdLoader class.

Definition at line 38 of file InterstitialAdLoader.cs.

Member Function Documentation

◆ CancelLoading()

void YandexMobileAds.InterstitialAdLoader.CancelLoading ( )

Cancel active loading of the rewarded ads.

Definition at line 60 of file InterstitialAdLoader.cs.

◆ LoadAd()

void YandexMobileAds.InterstitialAdLoader.LoadAd ( AdRequestConfiguration  configuration)

Starts loading the ad by AdRequestConfiguration. A successfuly loaded Interstitial will be delivered via OnAdLoaded event, otherwise OnAdFailedToLoad event will be fired.

Definition at line 52 of file InterstitialAdLoader.cs.

Event Documentation

◆ OnAdFailedToLoad

EventHandler<AdFailedToLoadEventArgs> YandexMobileAds.InterstitialAdLoader.OnAdFailedToLoad

Notifies that a rewarded ad request failed.

Definition at line 30 of file InterstitialAdLoader.cs.

◆ OnAdLoaded

EventHandler<InterstitialAdLoadedEventArgs> YandexMobileAds.InterstitialAdLoader.OnAdLoaded

Notifies that ad is loaded.

Definition at line 25 of file InterstitialAdLoader.cs.


The documentation for this class was generated from the following file: