渲染插屏广告位
本篇介绍如何使用createFlow进行插屏广告的渲染。
实机兼容性
支持的引擎
使用实例
let flowUI = wx.tmSDK.createFlow({
positionId: 1260,
});
// 监听插屏广告关闭事件
flowUI.onDestroy(function({message}) {
console.log(message)
});onError
offError
监听广告位跳转事件
取消监听广告位跳转事件
最后更新于