docs(splashscreen):

This commit is contained in:
Ibrahim Hadeed 2016-03-13 13:18:54 -04:00
parent 0f3c1886d3
commit 29bf01190f

View File

@ -2,7 +2,7 @@ import {Plugin, Cordova} from './plugin'
/**
* @name Splashscreen
* @description This plugin displays and hides a splash screen during application launch.
* @description This plugin displays and hides a splash screen during application launch. The methods below allows showing and hiding the splashscreen after the app has loaded.
* @usage
* ```ts
* Splashscreen.show();