| Yandex Mobile Ads
    | 
Full-screen app open ad. More...
| Public Member Functions | |
| void | Show () | 
| Shows the app open ad. Single app open ad can be showed just once. | |
| void | Destroy () | 
| Destroys AppOpenAd entirely and cleans up resources. | |
| Events | |
| EventHandler< EventArgs > | OnAdShown | 
| Notifies that an app open ad has been shown. | |
| EventHandler< AdFailureEventArgs > | OnAdFailedToShow | 
| Notifies that an app open ad failed to show. | |
| EventHandler< EventArgs > | OnAdDismissed | 
| Notifies that an app open 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 app open ad.
Definition at line 19 of file AppOpenAd.cs.
| void YandexMobileAds.AppOpenAd.Destroy | ( | ) | 
Destroys AppOpenAd entirely and cleans up resources.
Definition at line 89 of file AppOpenAd.cs.
| void YandexMobileAds.AppOpenAd.Show | ( | ) | 
Shows the app open ad. Single app open ad can be showed just once.
Definition at line 64 of file AppOpenAd.cs.
| EventHandler<EventArgs> YandexMobileAds.AppOpenAd.OnAdClicked | 
Notifies that the user clicked on the ad.
Definition at line 42 of file AppOpenAd.cs.
| EventHandler<EventArgs> YandexMobileAds.AppOpenAd.OnAdDismissed | 
Notifies that an app open ad has been dismissed.
Definition at line 37 of file AppOpenAd.cs.
| EventHandler<AdFailureEventArgs> YandexMobileAds.AppOpenAd.OnAdFailedToShow | 
Notifies that an app open ad failed to show.
Definition at line 32 of file AppOpenAd.cs.
| EventHandler<ImpressionData> YandexMobileAds.AppOpenAd.OnAdImpression | 
Notifies that an impression was observed.
Definition at line 47 of file AppOpenAd.cs.
| EventHandler<EventArgs> YandexMobileAds.AppOpenAd.OnAdShown | 
Notifies that an app open ad has been shown.
Definition at line 27 of file AppOpenAd.cs.