C# Class 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
Afficher le fichier Open project: inthehand/Charming

Méthodes publiques

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

Private Methods

Méthode Description
BadgeUpdater ( ) : UIKit
BadgeUpdater ( Windows updater ) : UIKit

Method Details

Clear() public méthode

Removes the badge from the tile that the updater is bound to.
public Clear ( ) : void
Résultat void

Update() public méthode

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.
Résultat void