C# 클래스 UnityEngine.iOS.ADInterstitialAd

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

공개 메소드들

메소드 설명
ADInterstitialAd ( ) : System

Creates an interstitial ad.

ADInterstitialAd ( bool autoReload ) : System

Creates an interstitial ad.

ReloadAd ( ) : void

Reload advertisement.

Show ( ) : void

Shows full-screen advertisement to user.

메소드 상세

ADInterstitialAd() 공개 메소드

Creates an interstitial ad.

public ADInterstitialAd ( ) : System
리턴 System

ADInterstitialAd() 공개 메소드

Creates an interstitial ad.

public ADInterstitialAd ( bool autoReload ) : System
autoReload bool
리턴 System

ReloadAd() 공개 메소드

Reload advertisement.

public ReloadAd ( ) : void
리턴 void

Show() 공개 메소드

Shows full-screen advertisement to user.

public Show ( ) : void
리턴 void