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

Full-screen interstitial ad. More...

Public Member Functions

AdInfo GetInfo ()
 Returns base information about loaded Ad.
 
void Show ()
 Shows the interstitial ad. Single interstitial ad can be showed just once.
 
void Destroy ()
 Destroys Interstitial entirely and cleans up resources.
 

Events

EventHandler< EventArgs > OnAdShown
 Notifies that the interstitial ad has been shown.
 
EventHandler< AdFailureEventArgsOnAdFailedToShow
 Notifies that the rewarded ad failed to show.
 
EventHandler< EventArgs > OnAdDismissed
 Notifies that the rewarded ad has been dismissed.
 
EventHandler< EventArgs > OnAdClicked
 Notifies that the user clicked on the ad.
 
EventHandler< ImpressionDataOnAdImpression
 Notifies that an impression was observed.
 

Detailed Description

Full-screen interstitial ad.

Definition at line 19 of file Interstitial.cs.

Member Function Documentation

◆ Destroy()

void YandexMobileAds.Interstitial.Destroy ( )

Destroys Interstitial entirely and cleans up resources.

Definition at line 98 of file Interstitial.cs.

◆ GetInfo()

AdInfo YandexMobileAds.Interstitial.GetInfo ( )

Returns base information about loaded Ad.

Returns
AdInfo information about loaded Ad.

Definition at line 65 of file Interstitial.cs.

◆ Show()

void YandexMobileAds.Interstitial.Show ( )

Shows the interstitial ad. Single interstitial ad can be showed just once.

Definition at line 73 of file Interstitial.cs.

Event Documentation

◆ OnAdClicked

EventHandler<EventArgs> YandexMobileAds.Interstitial.OnAdClicked

Notifies that the user clicked on the ad.

Definition at line 42 of file Interstitial.cs.

◆ OnAdDismissed

EventHandler<EventArgs> YandexMobileAds.Interstitial.OnAdDismissed

Notifies that the rewarded ad has been dismissed.

Definition at line 37 of file Interstitial.cs.

◆ OnAdFailedToShow

EventHandler<AdFailureEventArgs> YandexMobileAds.Interstitial.OnAdFailedToShow

Notifies that the rewarded ad failed to show.

Definition at line 32 of file Interstitial.cs.

◆ OnAdImpression

EventHandler<ImpressionData> YandexMobileAds.Interstitial.OnAdImpression

Notifies that an impression was observed.

Definition at line 47 of file Interstitial.cs.

◆ OnAdShown

EventHandler<EventArgs> YandexMobileAds.Interstitial.OnAdShown

Notifies that the interstitial ad has been shown.

Definition at line 27 of file Interstitial.cs.


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