SplashScreenPlugin.hide()
August 11, 2023
- Interface
Hide splash screen
SplashScreenPlugin.hide(options)
Parameters
options
Option parameters; The value is a SplashScreenHideOptions object
Return Value
Returns a Promise that resolves to a boolean
Example
import { splashScreenPlugin } from "@plaoc/plugin";
(async () => {
splashScreenPlugin.hide({})
})();
Platform Compatibility
Properties/Methods/Events | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
hide | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.13.0