C# Класс WPCordovaClassLib.Cordova.Commands.Battery

Listens for changes to the state of the battery on the device. Currently only the "isPlugged" parameter available via native APIs.
Наследование: BaseCommand
Показать файл Открыть проект

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

Метод Описание
Battery ( ) : System
start ( string options ) : void
stop ( string options ) : void

Приватные методы

Метод Описание
DeviceStatus_PowerSourceChanged ( object sender, EventArgs e ) : void
GetCurrentBatteryStateFormatted ( ) : string

Описание методов

Battery() публичный Метод

public Battery ( ) : System
Результат System

start() публичный Метод

public start ( string options ) : void
options string
Результат void

stop() публичный Метод

public stop ( string options ) : void
options string
Результат void