如何在If语句后放置非页内广告?

时间:2017-12-06 06:37:45

标签: android interstitial

我实现了插页式代码到我的应用程序,但我想在if-else语句中使用插页式代码..那么该怎么办?

1 个答案:

答案 0 :(得分:0)

试试这个。

if (url.endsWith(".mp3")){
  // your ad view should be visible here. and load ad here.
}else{
 // your ad view should be gone here.
}