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 |
public GetInterstitial ( object key ) : Interstitial, | ||
key | object | |
return | Interstitial, |
public InterstitialManager ( ) : GoogleMobileAds.Api | ||
return | GoogleMobileAds.Api |
public PrepareInterstitial ( string adUnitID ) : void | ||
adUnitID | string | |
return | void |
public PrepareInterstitial ( string adUnitID, object key ) : void | ||
adUnitID | string | |
key | object | |
return | void |
public SetGender ( GoogleMobileAds gender ) : void | ||
gender | GoogleMobileAds | |
return | void |
public SetKeywords ( string keywords ) : void | ||
keywords | string | |
return | void |
public SetTestDevices ( bool useEmulatorAsATestDevice, string testDeviceIDs ) : void | ||
useEmulatorAsATestDevice | bool | |
testDeviceIDs | string | |
return | void |
public ShowInterstitial ( object key ) : void | ||
key | object | |
return | void |
public TagForChildDirectedTreatment ( bool childDirectedTreatment ) : void | ||
childDirectedTreatment | bool | |
return | void |