【发布时间】:2015-03-03 02:49:59
【问题描述】:
我是android的初学者,我想投放广告。我想知道如何检查 charboost 的插页式是否已加载。可以吗?:
Chartboost.cacheInterstitial(CBLocation.LOCATION_DEFAULT);
if(Chartboost.hasInterstitial(CBLocation.LOCATION_DEFAULT)){
//displayInterstitial();
Chartboost.showInterstitial(CBLocation.LOCATION_DEFAULT);
}else{
displayInterstitial();
}
我认为它有效,但不想搞砸
【问题讨论】:
-
你读过他们的文档吗?
-
是的,但我没有找到这个主题。反正我的英文不是很好,可能是这个原因,所以请教一下。
标签: android eclipse admob interstitial chartboost