C# Класс Cordova.Extension.Commands.Badge

Наследование: WPCordovaClassLib.Cordova.Commands.BaseCommand
Показать файл Открыть проект

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

Метод Описание
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