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
파일 보기 프로젝트 열기: ChristianWeyer/tUdUs

공개 메소드들

메소드 설명
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