C# Class Interstitial, EasyGoogleMobileAds

Afficher le fichier Open project: jjjuande/EasyGoogleMobileAds Class Usage Examples

Méthodes publiques

Свойство Type Description
OnAdClosed SimpleDelegate,
OnAdFailedToLoad MessageDelegate
OnAdLeftApplication SimpleDelegate,
OnAdLoaded SimpleDelegate,
OnAdOpened SimpleDelegate,

Méthodes publiques

Méthode Description
BuildInterstitial ( ) : void
Interstitial ( string adUnitID, bool useEmulatorAsATestDevice, string testDeviceIDs, string keywords, GoogleMobileAds gender, bool childDirectedTreatment ) : GoogleMobileAds.Api
RebuildInterstitial ( ) : void
Show ( ) : void

Private Methods

Méthode Description
HandleInterstitialClosed ( object sender, EventArgs args ) : void
HandleInterstitialFailedToLoad ( object sender, GoogleMobileAds.Api.AdFailedToLoadEventArgs args ) : void
HandleLeftApplication ( object sender, EventArgs args ) : void
HandleLoaded ( object sender, EventArgs args ) : void
HandleOpened ( object sender, EventArgs args ) : void

Method Details

BuildInterstitial() public méthode

public BuildInterstitial ( ) : void
Résultat void

Interstitial() public méthode

public Interstitial ( string adUnitID, bool useEmulatorAsATestDevice, string testDeviceIDs, string keywords, GoogleMobileAds gender, bool childDirectedTreatment ) : GoogleMobileAds.Api
adUnitID string
useEmulatorAsATestDevice bool
testDeviceIDs string
keywords string
gender GoogleMobileAds
childDirectedTreatment bool
Résultat GoogleMobileAds.Api

RebuildInterstitial() public méthode

public RebuildInterstitial ( ) : void
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

Property Details

OnAdClosed public_oe property

public SimpleDelegate, OnAdClosed
Résultat SimpleDelegate,

OnAdFailedToLoad public_oe property

public MessageDelegate OnAdFailedToLoad
Résultat MessageDelegate

OnAdLeftApplication public_oe property

public SimpleDelegate, OnAdLeftApplication
Résultat SimpleDelegate,

OnAdLoaded public_oe property

public SimpleDelegate, OnAdLoaded
Résultat SimpleDelegate,

OnAdOpened public_oe property

public SimpleDelegate, OnAdOpened
Résultat SimpleDelegate,