C# Class Interstitial, EasyGoogleMobileAds

Show file Open project: jjjuande/EasyGoogleMobileAds Class Usage Examples

Public Properties

Property Type Description
OnAdClosed SimpleDelegate,
OnAdFailedToLoad MessageDelegate
OnAdLeftApplication SimpleDelegate,
OnAdLoaded SimpleDelegate,
OnAdOpened SimpleDelegate,

Public Methods

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

Private Methods

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

Method Details

BuildInterstitial() public method

public BuildInterstitial ( ) : void
return void

Interstitial() public method

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

RebuildInterstitial() public method

public RebuildInterstitial ( ) : void
return void

Show() public method

public Show ( ) : void
return void

Property Details

OnAdClosed public property

public SimpleDelegate, OnAdClosed
return SimpleDelegate,

OnAdFailedToLoad public property

public MessageDelegate OnAdFailedToLoad
return MessageDelegate

OnAdLeftApplication public property

public SimpleDelegate, OnAdLeftApplication
return SimpleDelegate,

OnAdLoaded public property

public SimpleDelegate, OnAdLoaded
return SimpleDelegate,

OnAdOpened public property

public SimpleDelegate, OnAdOpened
return SimpleDelegate,