SplashScreenPlugin.show()
PluginSplashScreenPluginshowLess than 1 minute
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/plugins";
splashScreenPlugin.show({})
Platform Compatibility
Properties/Methods/Events | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
show | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.15.7