The splash screen API enables controlling whether the web application should display its splash screen when starting.
You can access the object by using the
launchbox.SplashScreen
reference.
To decide if the splash screen should be displayed while Pega Mobile Client is starting,
toggle the keepSplashScreenAtStart
setting in the
app.properties
file. The default value of this setting is "false". If
you change the value to "true", the splash screen is shown until the hide method is called.
The SplashScreen API uses the following methods:
Methods | Description | Return type |
---|---|---|
show | Shows the splash screen. |
undefined |
hide | Hides the splash screen. |
undefined |