-1

当我打开我的应用程序时,横幅广告和插页式广告都会同时显示。请帮忙。

这是我的代码 https://thebigbrains.com/script.txt

4

1 回答 1

0

像这样将autoShow更改为false

  AdMob.prepareInterstitial({
    adId: admobid.interstitial,
    //isTesting: true, // TODO: remove this line when release
    autoShow: false 
  });

当您想展示广告时,请执行以下操作:

 AdMob.showInterstitial();
于 2020-06-15T14:14:53.873 回答