gpt4 book ai didi

android - Chartboost 在游戏结束时显示插页式广告

转载 作者:行者123 更新时间:2023-11-29 02:47:49 24 4
gpt4 key购买 nike

当我想在 iOS 的游戏结束事件上显示插页式广告时,我调用此函数:

[[Chartboost sharedChartboost] showInterstitial:CBLocationGameOver]; 

对于 Android,我调用

this.cb.showInterstitial(); 

我现在 Android 上的 showInterstitial 方法可以接受一个字符串参数,但不知道要传递给它是“游戏结束”插页式广告。另外在Chartboost的网站上找不到API文档。请帮忙。

最佳答案

我认为这可以通过命名位置来解决。

您需要为“游戏结束”创建一个命名位置作为用户指定的字符串,类似于此:

 // Custom location interstitial [[Chartboost sharedChartboost] showInterstitial:
@"game over"];

我们的完整文档可以在这里找到: https://help.chartboost.com/documentation/android/namedlocations

请务必检查文档并相信它胜过我的示例代码。我在那里提出的是我认为您需要什么的一般概念 - 但您希望在使用它之前确定!

关于android - Chartboost 在游戏结束时显示插页式广告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24897683/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com