HomeDocs
跳到主要内容

UpdateManager.onCheckForUpdate

简介

监听向后台请求检查更新结果事件。在小程序每次启动(包括热启动)时自动检查更新,不需由开发者主动触发。

参数

示例代码

Page({
onLoad() {
const updateManager = dlt.getUpdateManager();
updateManager.onCheckForUpdate(function (res) {});
},
});
Privacy agreementDeveloper agreementcontact us: developer_service.mi@transsion.com © 2024 MiniApp. All Rights Reserved.