C# 클래스 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.
상속: BaseCommand
파일 보기 프로젝트 열기: CaravanStudios/range

공개 메소드들

메소드 설명
OnInit ( ) : void
SplashScreen ( ) : System
hide ( string options = null ) : void
show ( string options = null ) : void

비공개 메소드들

메소드 설명
GetSplashScreenImageResource ( ) : System.Windows.Resources.StreamResourceInfo
LoadConfigPrefs ( ) : void
StartAutoHideTimer ( ) : void

메소드 상세

OnInit() 공개 메소드

public OnInit ( ) : void
리턴 void

SplashScreen() 공개 메소드

public SplashScreen ( ) : System
리턴 System

hide() 공개 메소드

public hide ( string options = null ) : void
options string
리턴 void

show() 공개 메소드

public show ( string options = null ) : void
options string
리턴 void