应用中的非页内加载,并在您关闭应用后显示。怎么预防? interstital没有像cancle或destroy这样的方法。
唯一的解决方案是 interstital = null; ???
答案 0 :(得分:1)
我不确定可用的方法,但您可以轻松地阻止它。
如果可能,您可以在活动上调用完成。
如果没有,只需设置一个标志(布尔值)并使用onPause或onStop事件将其设置为false,在插页式广告上调用show()之前检查此标志。
if (your_fancy_new_flag)
{
//show the interstitial
}
答案 1 :(得分:0)
插页式广告仅在您明确呼叫show()
时显示。
所以不要打电话给show