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
Показать файл Открыть проект

Открытые методы

Метод Описание
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