C# 클래스 Interstitial, EasyGoogleMobileAds

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

공개 프로퍼티들

프로퍼티 타입 설명
OnAdClosed SimpleDelegate,
OnAdFailedToLoad MessageDelegate
OnAdLeftApplication SimpleDelegate,
OnAdLoaded SimpleDelegate,
OnAdOpened SimpleDelegate,

공개 메소드들

메소드 설명
BuildInterstitial ( ) : void
Interstitial ( string adUnitID, bool useEmulatorAsATestDevice, string testDeviceIDs, string keywords, GoogleMobileAds gender, bool childDirectedTreatment ) : GoogleMobileAds.Api
RebuildInterstitial ( ) : void
Show ( ) : void

비공개 메소드들

메소드 설명
HandleInterstitialClosed ( object sender, EventArgs args ) : void
HandleInterstitialFailedToLoad ( object sender, GoogleMobileAds.Api.AdFailedToLoadEventArgs args ) : void
HandleLeftApplication ( object sender, EventArgs args ) : void
HandleLoaded ( object sender, EventArgs args ) : void
HandleOpened ( object sender, EventArgs args ) : void

메소드 상세

BuildInterstitial() 공개 메소드

public BuildInterstitial ( ) : void
리턴 void

Interstitial() 공개 메소드

public Interstitial ( string adUnitID, bool useEmulatorAsATestDevice, string testDeviceIDs, string keywords, GoogleMobileAds gender, bool childDirectedTreatment ) : GoogleMobileAds.Api
adUnitID string
useEmulatorAsATestDevice bool
testDeviceIDs string
keywords string
gender GoogleMobileAds
childDirectedTreatment bool
리턴 GoogleMobileAds.Api

RebuildInterstitial() 공개 메소드

public RebuildInterstitial ( ) : void
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

프로퍼티 상세

OnAdClosed 공개적으로 프로퍼티

public SimpleDelegate, OnAdClosed
리턴 SimpleDelegate,

OnAdFailedToLoad 공개적으로 프로퍼티

public MessageDelegate OnAdFailedToLoad
리턴 MessageDelegate

OnAdLeftApplication 공개적으로 프로퍼티

public SimpleDelegate, OnAdLeftApplication
리턴 SimpleDelegate,

OnAdLoaded 공개적으로 프로퍼티

public SimpleDelegate, OnAdLoaded
리턴 SimpleDelegate,

OnAdOpened 공개적으로 프로퍼티

public SimpleDelegate, OnAdOpened
리턴 SimpleDelegate,