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