C# Class Cordova.Extension.Commands.Badge

Inheritance: WPCordovaClassLib.Cordova.Commands.BaseCommand
Mostrar archivo Open project: katzer/cordova-plugin-badge

Public Methods

Method Description
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

Private Methods

Method Description
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.

Method Details

clearBadge() public method

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

getBadge() public method

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

hasPermission() public method

public hasPermission ( string args ) : void
args string
return void

registerPermission() public method

public registerPermission ( string args ) : void
args string
return void

setBadge() public method

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