SplashScreenPlugin.hide()
InterfaceSplashScreenPluginhide小于 1 分钟
隐藏启动项
SplashScreenPlugin.hide(options)
参数
options
选项参数;
参数值是一个SplashScreenHideOptions对象
返回值
返回一个Promise,resolve兑现一个boolean
示例
import { splashScreenPlugin } from "@plaoc/plugins";
;(async () => {
splashScreenPlugin.hide({})
})();
平台兼容性
属性/方法/事件 | Android | IOS | Desktop-Dev | Desktop |
---|---|---|---|---|
hide | ✅ | ✅ | ✅ | X |
相关链接
Powered by Waline v2.15.7