首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >chartboost didDisplayInterstitial

chartboost didDisplayInterstitial
EN

Stack Overflow用户
提问于 2014-08-26 13:34:10
回答 1查看 209关注 0票数 0

这可能是一个愚蠢的问题,但我想得到通知时,一个ChartBoost-广告显示给用户。我在图表中看到,有几位代表,其中一位是特别感兴趣的,didDisplayInterstatial。

然而,我不知道如何实现这一点,也不知道它是否被用于这一点。

chartboost.h

代码语言:javascript
复制
@protocol ChartboostDelegate <NSObject>
@optional

/// All of the delegate methods below are optional.
/// Implement them only when you need to more finely control Chartboost's behavior.

/// Called before requesting an interestitial from the back-end
- (BOOL)shouldRequestInterstitial:(CBLocation)location;

// Called when an interstitial has been displayed on the screen.
- (void)didDisplayInterstitial:(CBLocation)location;

谢谢

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-11-07 13:28:45

您是在问如何使用这些委托/协议方法吗?

如果是这样的话,苹果的iOS教程https://developer.apple.com/videos/和论坛(如How do I set up a simple delegate to communicate between two view controllers? )都很好地报道了它

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/25507188

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档