diff --git a/README.md b/README.md index 657bfaf..4cfc179 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,22 @@ This plugin displays and hides a splash screen during application launch. - Windows - Browser +## Preferences -## Methods +#### config.xml + +- __SplashScreen__ (string). The resource name which is used for the displaying splash screen. Different platforms use values for this. + + + +- __AutoHideSplashScreen__ (boolean, default to `true`). Indicates wherether hide splash screen automatically or not. Splash screen hidden after amount of time specified in the `SplashScreenDelay` preference. + + + +- __SplashScreenDelay__ (number, default to 10000). Amount of time in milliseconds to wait before automatically hide splash screen. + + -- splashscreen.show -- splashscreen.hide ### Android Quirks @@ -92,6 +103,11 @@ You can use the following preferences in your `config.xml`: +## Methods + +- splashscreen.show +- splashscreen.hide + ## splashscreen.hide Dismiss the splash screen.