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

Full-screen app open ads. More...

Public Member Functions

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

Events

EventHandler< AppOpenAdLoadedEventArgs > OnAdLoaded
 Notifies that ad is loaded.
 
EventHandler< AdFailedToLoadEventArgsOnAdFailedToLoad
 Notifies that an app open ad request failed.
 

Detailed Description

Full-screen app open ads.

Definition at line 20 of file AppOpenAdLoader.cs.

Constructor & Destructor Documentation

◆ AppOpenAdLoader()

YandexMobileAds.AppOpenAdLoader.AppOpenAdLoader ( )

Cunstructs an object of the AppOpenAdLoader class.

Definition at line 38 of file AppOpenAdLoader.cs.

Member Function Documentation

◆ CancelLoading()

void YandexMobileAds.AppOpenAdLoader.CancelLoading ( )

Cancel active loading of the rewarded ads.

Definition at line 60 of file AppOpenAdLoader.cs.

◆ LoadAd()

void YandexMobileAds.AppOpenAdLoader.LoadAd ( AdRequestConfiguration  configuration)

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

Definition at line 52 of file AppOpenAdLoader.cs.

Event Documentation

◆ OnAdFailedToLoad

EventHandler<AdFailedToLoadEventArgs> YandexMobileAds.AppOpenAdLoader.OnAdFailedToLoad

Notifies that an app open ad request failed.

Definition at line 30 of file AppOpenAdLoader.cs.

◆ OnAdLoaded

EventHandler<AppOpenAdLoadedEventArgs> YandexMobileAds.AppOpenAdLoader.OnAdLoaded

Notifies that ad is loaded.

Definition at line 25 of file AppOpenAdLoader.cs.


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