C# Class InterstitialManager, EasyGoogleMobileAds

显示文件 Open project: jjjuande/EasyGoogleMobileAds Class Usage Examples

Public Methods

Method Description
GetInterstitial ( ) : Interstitial,
GetInterstitial ( object key ) : Interstitial,
InterstitialManager ( ) : GoogleMobileAds.Api
PrepareInterstitial ( string adUnitID ) : void
PrepareInterstitial ( string adUnitID, object key ) : void
SetGender ( GoogleMobileAds gender ) : void
SetKeywords ( string keywords ) : void
SetTestDevices ( bool useEmulatorAsATestDevice, string testDeviceIDs ) : void
ShowInterstitial ( ) : void
ShowInterstitial ( object key ) : void
TagForChildDirectedTreatment ( bool childDirectedTreatment ) : void

Method Details

GetInterstitial() public method

public GetInterstitial ( ) : Interstitial,
return Interstitial,

GetInterstitial() public method

public GetInterstitial ( object key ) : Interstitial,
key object
return Interstitial,

InterstitialManager() public method

public InterstitialManager ( ) : GoogleMobileAds.Api
return GoogleMobileAds.Api

PrepareInterstitial() public method

public PrepareInterstitial ( string adUnitID ) : void
adUnitID string
return void

PrepareInterstitial() public method

public PrepareInterstitial ( string adUnitID, object key ) : void
adUnitID string
key object
return void

SetGender() public method

public SetGender ( GoogleMobileAds gender ) : void
gender GoogleMobileAds
return void

SetKeywords() public method

public SetKeywords ( string keywords ) : void
keywords string
return void

SetTestDevices() public method

public SetTestDevices ( bool useEmulatorAsATestDevice, string testDeviceIDs ) : void
useEmulatorAsATestDevice bool
testDeviceIDs string
return void

ShowInterstitial() public method

public ShowInterstitial ( ) : void
return void

ShowInterstitial() public method

public ShowInterstitial ( object key ) : void
key object
return void

TagForChildDirectedTreatment() public method

public TagForChildDirectedTreatment ( bool childDirectedTreatment ) : void
childDirectedTreatment bool
return void