不解

ADInterstitialAd 插入广告(间隙广告)

ADInterstitialAd 插入广告(间隙广告)

 

                                                                     于飞  翻译 unity

ADInterstitialAd is a wrapper around the ADInterstitialAd class found in the Apple iAd framework and is only available on iPad.

ADInterstitialAd是一个在Apple iAd框架中发现的ADInterstitialAd类的包装并且仅仅只能用于iPad。

 

It provides full-screen advertisements that your iPad application can display to the user.

它为你的 iPad APP(应用程序)提供可以全屏的广告显示给用户

 

                                                                     于飞  翻译 unity

Variables

loaded

下载

Has the interstitial ad object downloaded an advertisement? (Read Only)

间隙广告对象已经下载过一个广告了吗?(只读型)

actionInProgress

进程中的行为

Is the ad currently executing an action? (Read Only)

广告当前正在执行行为么?(只读型)

visible

可见的

Is the interstitial ad visible? (Read Only)

间隙广告是否可见(只读型)

error

错误

An advertisement error. (Read Only)

广告报错(只读型)

 

                                                                     于飞  翻译 unity

 

Constructors构造函数

ADInterstitialAd

插入广告

间隙广告

Creates an interstitial ad.

创建一个插入广告。

 

                                                                     于飞  翻译 unity

 

Functions 函数(方法)

CancelAction

取消操作

Cancels an executing advertisement.

取消一个正在执行的广告

Present

显示/呈现

Presents a full screen advertisement modally to the user.

显示全屏广告给用户

 

 

评论