Property | Type | Description | |
---|---|---|---|
OnAdClosed | SimpleDelegate, | ||
OnAdFailedToLoad | MessageDelegate | ||
OnAdLeftApplication | SimpleDelegate, | ||
OnAdLoaded | SimpleDelegate, | ||
OnAdOpened | SimpleDelegate, |
Method | Description | |
---|---|---|
BuildInterstitial ( ) : void | ||
Interstitial ( string adUnitID, bool useEmulatorAsATestDevice, string testDeviceIDs, string keywords, GoogleMobileAds gender, bool childDirectedTreatment ) : GoogleMobileAds.Api | ||
RebuildInterstitial ( ) : void | ||
Show ( ) : void |
Method | 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 |
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 | |
return | GoogleMobileAds.Api |
public SimpleDelegate, OnAdLeftApplication | ||
return | SimpleDelegate, |