渲染插屏广告位
一、实机兼容性
二、支持的引擎
三、使用实例
let flowUI = qg.tmSDK.createFlow({
positionId: 1260,
});
// 监听插屏广告关闭事件
flowUI.onDestroy(function({message}) {
console.log(message)
});onError
offError
四、监听广告位跳转事件
五、取消监听广告位跳转事件
最后更新于