Yandex Mobile Ads
|
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< AdFailureEventArgs > | OnAdFailedToShow |
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< ImpressionData > | OnAdImpression |
Notifies that an impression was observed. | |
Full-screen interstitial ad.
Definition at line 19 of file Interstitial.cs.
void YandexMobileAds.Interstitial.Destroy | ( | ) |
Destroys Interstitial entirely and cleans up resources.
Definition at line 98 of file Interstitial.cs.
AdInfo YandexMobileAds.Interstitial.GetInfo | ( | ) |
Returns base information about loaded Ad.
Definition at line 65 of file Interstitial.cs.
void YandexMobileAds.Interstitial.Show | ( | ) |
Shows the interstitial ad. Single interstitial ad can be showed just once.
Definition at line 73 of file Interstitial.cs.
EventHandler<EventArgs> YandexMobileAds.Interstitial.OnAdClicked |
Notifies that the user clicked on the ad.
Definition at line 42 of file Interstitial.cs.
EventHandler<EventArgs> YandexMobileAds.Interstitial.OnAdDismissed |
Notifies that the rewarded ad has been dismissed.
Definition at line 37 of file Interstitial.cs.
EventHandler<AdFailureEventArgs> YandexMobileAds.Interstitial.OnAdFailedToShow |
Notifies that the rewarded ad failed to show.
Definition at line 32 of file Interstitial.cs.
EventHandler<ImpressionData> YandexMobileAds.Interstitial.OnAdImpression |
Notifies that an impression was observed.
Definition at line 47 of file Interstitial.cs.
EventHandler<EventArgs> YandexMobileAds.Interstitial.OnAdShown |
Notifies that the interstitial ad has been shown.
Definition at line 27 of file Interstitial.cs.