跳至主要內容

UpdateControllerPlugin.checkNewVersion()

BFChainPluginUpdateControllerPlugincheckNewVersion小于 1 分钟

检查是否有新的 app 版本。

示例

import { updateControllerPlugin } from "@plaoc/plugins";
updateControllerPlugin.checkNewVersion();

函数签名

checkNewVersion(): Promise<$DwebResult>

参数

返回值

存在新版本 success 返回 true 否则返回 false。

  • $DwebResult
interface $DwebResult {
  success: boolean;
  message: string;
}

平台兼容性

属性/方法/事件AndroidIOSDesktop
checkNewVersion
评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.15.7