C# 클래스 Cordova.Extension.Commands.Badge

상속: WPCordovaClassLib.Cordova.Commands.BaseCommand
파일 보기 프로젝트 열기: katzer/cordova-plugin-badge

공개 메소드들

메소드 설명
clearBadge ( string args ) : void

Clears the count property of the live tile

getBadge ( string args ) : void

Gets the count property of the live tile

hasPermission ( string args ) : void
registerPermission ( string args ) : void
setBadge ( string args ) : void

Sets the count property of the live tile

비공개 메소드들

메소드 설명
SaveBadge ( int badge ) : void

Persist the badge of the app icon so that `getBadge` is able to return the badge number back to the client.

메소드 상세

clearBadge() 공개 메소드

Clears the count property of the live tile
public clearBadge ( string args ) : void
args string
리턴 void

getBadge() 공개 메소드

Gets the count property of the live tile
public getBadge ( string args ) : void
args string
리턴 void

hasPermission() 공개 메소드

public hasPermission ( string args ) : void
args string
리턴 void

registerPermission() 공개 메소드

public registerPermission ( string args ) : void
args string
리턴 void

setBadge() 공개 메소드

Sets the count property of the live tile
public setBadge ( string args ) : void
args string
리턴 void