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

Full-screen rewarded ads. More...

Public Member Functions

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

Events

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

Detailed Description

Full-screen rewarded ads.

Definition at line 20 of file RewardedAdLoader.cs.

Constructor & Destructor Documentation

◆ RewardedAdLoader()

YandexMobileAds.RewardedAdLoader.RewardedAdLoader ( )

Cunstructs an object of the RewardedAdLoader class.

Definition at line 39 of file RewardedAdLoader.cs.

Member Function Documentation

◆ CancelLoading()

void YandexMobileAds.RewardedAdLoader.CancelLoading ( )

Cancel active loading of the rewarded ads.

Definition at line 61 of file RewardedAdLoader.cs.

◆ LoadAd()

void YandexMobileAds.RewardedAdLoader.LoadAd ( AdRequestConfiguration  adRequestConfiguration)

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

Definition at line 53 of file RewardedAdLoader.cs.

Event Documentation

◆ OnAdFailedToLoad

EventHandler<AdFailedToLoadEventArgs> YandexMobileAds.RewardedAdLoader.OnAdFailedToLoad

Notifies that a rewarded ad request failed.

Definition at line 31 of file RewardedAdLoader.cs.

◆ OnAdLoaded

EventHandler<RewardedAdLoadedEventArgs> YandexMobileAds.RewardedAdLoader.OnAdLoaded

Notifies that ad is loaded.

Definition at line 26 of file RewardedAdLoader.cs.


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