C# Класс InTheHand.UI.Notifications.BadgeUpdater

Updates a badge overlay on the specific tile that the updater is bound to.
PlatformVersion supported iOSiOS 9.0 and later macOSOS X 10.7 and later tvOStvOS 9.0 and later TizenTizen 3.0 Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.1 or later
Показать файл Открыть проект

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

Метод Описание
Clear ( ) : void

Removes the badge from the tile that the updater is bound to.

Update ( BadgeNotification notification ) : void

Applies a change to the badge's number.

Приватные методы

Метод Описание
BadgeUpdater ( ) : UIKit
BadgeUpdater ( Windows updater ) : UIKit

Описание методов

Clear() публичный Метод

Removes the badge from the tile that the updater is bound to.
public Clear ( ) : void
Результат void

Update() публичный Метод

Applies a change to the badge's number.
public Update ( BadgeNotification notification ) : void
notification BadgeNotification The object that supplies the new XML definition for the badge.
Результат void