InterstitialAd.offClose

InterstitialAd.offClose(function listener)

小程序插件:不支持

功能描述

移除插屏广告关闭事件的监听函数

参数

function listener

onClose 传入的监听函数。不传此参数则移除所有监听函数。

示例代码

const listener = function (res) { console.log(res) }

InterstitialAd.onClose(listener)
InterstitialAd.offClose(listener) // 需传入与监听时同一个的函数对象
posted on 2025-01-13 08:43  AtlasLapetos  阅读(5)  评论(0)    收藏  举报