C# Class InterstitialManager, EasyGoogleMobileAds

Afficher le fichier Open project: jjjuande/EasyGoogleMobileAds Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetInterstitial ( ) : Interstitial,
Résultat Interstitial,

GetInterstitial() public méthode

public GetInterstitial ( object key ) : Interstitial,
key object
Résultat Interstitial,

InterstitialManager() public méthode

public InterstitialManager ( ) : GoogleMobileAds.Api
Résultat GoogleMobileAds.Api

PrepareInterstitial() public méthode

public PrepareInterstitial ( string adUnitID ) : void
adUnitID string
Résultat void

PrepareInterstitial() public méthode

public PrepareInterstitial ( string adUnitID, object key ) : void
adUnitID string
key object
Résultat void

SetGender() public méthode

public SetGender ( GoogleMobileAds gender ) : void
gender GoogleMobileAds
Résultat void

SetKeywords() public méthode

public SetKeywords ( string keywords ) : void
keywords string
Résultat void

SetTestDevices() public méthode

public SetTestDevices ( bool useEmulatorAsATestDevice, string testDeviceIDs ) : void
useEmulatorAsATestDevice bool
testDeviceIDs string
Résultat void

ShowInterstitial() public méthode

public ShowInterstitial ( ) : void
Résultat void

ShowInterstitial() public méthode

public ShowInterstitial ( object key ) : void
key object
Résultat void

TagForChildDirectedTreatment() public méthode

public TagForChildDirectedTreatment ( bool childDirectedTreatment ) : void
childDirectedTreatment bool
Résultat void