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

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< AdFailureEventArgsOnAdFailedToShow
 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< ImpressionDataOnAdImpression
 Notifies that an impression was observed.
 

Detailed Description

Full-screen app open ad.

Definition at line 19 of file AppOpenAd.cs.

Member Function Documentation

◆ Destroy()

void YandexMobileAds.AppOpenAd.Destroy ( )

Destroys AppOpenAd entirely and cleans up resources.

Definition at line 89 of file AppOpenAd.cs.

◆ Show()

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.

Event Documentation

◆ OnAdClicked

EventHandler<EventArgs> YandexMobileAds.AppOpenAd.OnAdClicked

Notifies that the user clicked on the ad.

Definition at line 42 of file AppOpenAd.cs.

◆ OnAdDismissed

EventHandler<EventArgs> YandexMobileAds.AppOpenAd.OnAdDismissed

Notifies that an app open ad has been dismissed.

Definition at line 37 of file AppOpenAd.cs.

◆ OnAdFailedToShow

EventHandler<AdFailureEventArgs> YandexMobileAds.AppOpenAd.OnAdFailedToShow

Notifies that an app open ad failed to show.

Definition at line 32 of file AppOpenAd.cs.

◆ OnAdImpression

EventHandler<ImpressionData> YandexMobileAds.AppOpenAd.OnAdImpression

Notifies that an impression was observed.

Definition at line 47 of file AppOpenAd.cs.

◆ OnAdShown

EventHandler<EventArgs> YandexMobileAds.AppOpenAd.OnAdShown

Notifies that an app open ad has been shown.

Definition at line 27 of file AppOpenAd.cs.


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