C# 클래스 InterstitialManager, EasyGoogleMobileAds

파일 보기 프로젝트 열기: jjjuande/EasyGoogleMobileAds 1 사용 예제들

공개 메소드들

메소드 설명
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