API广告InterstitialAdInterstitialAd.offClose本页总览InterstitialAd.offClose(function listener) 功能描述 移除插屏广告关闭事件的监听函数 参数 function listener onClose 传入的监听函数 示例代码 const listener = function(res) { console.log(res) }InterstitialAd.onClose(listener)InterstitialAd.offClose(listener) // 需传入与监听时相同的函数对象