sendLoadingLog
相关内容:
sendLoadingLog
用于记录游戏进度条加载时长,便于统计与后续优化。
调用方法
调用 sendLoadingLog
方法传入类型:
progressStart
用于进度条开始加载progressEnd
用于进度条结束加载
//进度条开始加载前
wx.tmSDK.sendLoadingLog('progressStart');
...
//进度条加载完成后
wx.tmSDK.sendLoadingLog('progressEnd');
相关内容:
sendLoadingLog
用于记录游戏进度条加载时长,便于统计与后续优化。
调用 sendLoadingLog
方法传入类型:
progressStart
用于进度条开始加载progressEnd
用于进度条结束加载//进度条开始加载前
wx.tmSDK.sendLoadingLog('progressStart');
...
//进度条加载完成后
wx.tmSDK.sendLoadingLog('progressEnd');