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
显示文件 Open project: CaravanStudios/range

Public Methods

Method Description
OnInit ( ) : void
SplashScreen ( ) : System
hide ( string options = null ) : void
show ( string options = null ) : void

Private Methods

Method Description
GetSplashScreenImageResource ( ) : System.Windows.Resources.StreamResourceInfo
LoadConfigPrefs ( ) : void
StartAutoHideTimer ( ) : void

Method Details

OnInit() public method

public OnInit ( ) : void
return void

SplashScreen() public method

public SplashScreen ( ) : System
return System

hide() public method

public hide ( string options = null ) : void
options string
return void

show() public method

public show ( string options = null ) : void
options string
return void