C# Class Cordova.Extension.Commands.Badge

Inheritance: WPCordovaClassLib.Cordova.Commands.BaseCommand
Afficher le fichier Open project: katzer/cordova-plugin-badge

Méthodes publiques

Méthode 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

Méthode 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 méthode

Clears the count property of the live tile
public clearBadge ( string args ) : void
args string
Résultat void

getBadge() public méthode

Gets the count property of the live tile
public getBadge ( string args ) : void
args string
Résultat void

hasPermission() public méthode

public hasPermission ( string args ) : void
args string
Résultat void

registerPermission() public méthode

public registerPermission ( string args ) : void
args string
Résultat void

setBadge() public méthode

Sets the count property of the live tile
public setBadge ( string args ) : void
args string
Résultat void