C# Class Interstitial, EasyGoogleMobileAds

Exibir arquivo 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_oe property

public SimpleDelegate, OnAdClosed
return SimpleDelegate,

OnAdFailedToLoad public_oe property

public MessageDelegate OnAdFailedToLoad
return MessageDelegate

OnAdLeftApplication public_oe property

public SimpleDelegate, OnAdLeftApplication
return SimpleDelegate,

OnAdLoaded public_oe property

public SimpleDelegate, OnAdLoaded
return SimpleDelegate,

OnAdOpened public_oe property

public SimpleDelegate, OnAdOpened
return SimpleDelegate,