C# Class WPCordovaClassLib.Cordova.Commands.SplashScreen

Listens for changes to the state of the battery on the device. Currently only the "isPlugged" parameter available via native APIs.
Inheritance: BaseCommand
Afficher le fichier Open project: CaravanStudios/range

Méthodes publiques

Méthode Description
OnInit ( ) : void
SplashScreen ( ) : System
hide ( string options = null ) : void
show ( string options = null ) : void

Private Methods

Méthode Description
GetSplashScreenImageResource ( ) : System.Windows.Resources.StreamResourceInfo
LoadConfigPrefs ( ) : void
StartAutoHideTimer ( ) : void

Method Details

OnInit() public méthode

public OnInit ( ) : void
Résultat void

SplashScreen() public méthode

public SplashScreen ( ) : System
Résultat System

hide() public méthode

public hide ( string options = null ) : void
options string
Résultat void

show() public méthode

public show ( string options = null ) : void
options string
Résultat void