我是android的初学者,我想投放广告。我想知道如何检查 charboost 的插页式是否已加载。没关系?:
Chartboost.cacheInterstitial(CBLocation.LOCATION_DEFAULT);
if(Chartboost.hasInterstitial(CBLocation.LOCATION_DEFAULT)){
//displayInterstitial();
Chartboost.showInterstitial(CBLocation.LOCATION_DEFAULT);
}else{
displayInterstitial();
}
我认为它有效,但不想搞砸