SplashScreenPlugin.show()
August 11, 2023
- Plugin
Show splash screen
SplashScreenPlugin.show(options)
Parameters
options
Options for showing splash screen; The value is a SplashScreenShowOptions object
Return Value
Returns a Promise that resolves to a boolean;
Example
import { splashScreenPlugin } from "@plaoc/plugin";
splashScreenPlugin.show({})
Platform Compatibility
Properties/Methods/Events | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
show | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.13.0