C# 클래스 DeltaDNAAds.InterstitialAd

파일 보기 프로젝트 열기: deltaDNA/unity-sdk 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : InterstitialAd
Create ( Engagement engagement ) : InterstitialAd
IsReady ( ) : bool
Show ( ) : void

비공개 메소드들

메소드 설명
InterstitialAd ( ) : System
OnInterstitialAdClosedHandler ( ) : void
OnInterstitialAdFailedToOpenHandler ( string reason ) : void
OnInterstitialAdOpenedHandler ( ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : InterstitialAd
리턴 InterstitialAd

Create() 공개 정적인 메소드

public static Create ( Engagement engagement ) : InterstitialAd
engagement Engagement
리턴 InterstitialAd

IsReady() 공개 메소드

public IsReady ( ) : bool
리턴 bool

Show() 공개 메소드

public Show ( ) : void
리턴 void