C# Класс InterstitialManager, EasyGoogleMobileAds

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GetInterstitial() публичный Метод

public GetInterstitial ( ) : Interstitial,
Результат Interstitial,

GetInterstitial() публичный Метод

public GetInterstitial ( object key ) : Interstitial,
key object
Результат Interstitial,

InterstitialManager() публичный Метод

public InterstitialManager ( ) : GoogleMobileAds.Api
Результат GoogleMobileAds.Api

PrepareInterstitial() публичный Метод

public PrepareInterstitial ( string adUnitID ) : void
adUnitID string
Результат void

PrepareInterstitial() публичный Метод

public PrepareInterstitial ( string adUnitID, object key ) : void
adUnitID string
key object
Результат void

SetGender() публичный Метод

public SetGender ( GoogleMobileAds gender ) : void
gender GoogleMobileAds
Результат void

SetKeywords() публичный Метод

public SetKeywords ( string keywords ) : void
keywords string
Результат void

SetTestDevices() публичный Метод

public SetTestDevices ( bool useEmulatorAsATestDevice, string testDeviceIDs ) : void
useEmulatorAsATestDevice bool
testDeviceIDs string
Результат void

ShowInterstitial() публичный Метод

public ShowInterstitial ( ) : void
Результат void

ShowInterstitial() публичный Метод

public ShowInterstitial ( object key ) : void
key object
Результат void

TagForChildDirectedTreatment() публичный Метод

public TagForChildDirectedTreatment ( bool childDirectedTreatment ) : void
childDirectedTreatment bool
Результат void