返回介绍

ADInterstitialAd 插页式广告

发布于 2019-12-18 15:36:57 字数 2006 浏览 940 评论 0 收藏 0

Description 描述

ADInterstitialAd is a wrapper around the ADInterstitialAd class found in the Apple iAd framework and is only available on iPad.
插页式广告是基于苹果iAd框架中ADInterstitialAd类的包装,并仅适用于iPad。

It provides full-screen advertisements that your iPad application can display to the user.
它提供了你的iPad应用程序可以显示给用户的全屏广告。

JavaScript:

未提供代码

C#:

private ADInterstitialAd fullscreenAd = null;
void Start()
{
	fullscreenAd = new ADInterstitialAd();
	ADInterstitialAd.onInterstitialWasLoaded  += OnFullscreenLoaded;
}
void OnFullscreenLoaded()
{
	fullscreenAd.Show();
}

Static Variables 静态变量

isAvailableChecks if InterstitialAd is available (it is iPad-only and was added in iOS 4.3).
检查插页式广告是否可用(仅支持iPad和iOS4.3)。

Variables 变量

loadedHas the interstitial ad object downloaded an advertisement? (Read Only)
广告是否下载完成? (只读)

Constructors 构造函数

ADInterstitialAdCreates an interstitial ad.
创建一个插页式广告。

Functions 函数

ReloadAdReload advertisement.
刷新广告。
ShowShows full-screen advertisement to user.
给用户显示全屏广告。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文