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
Datei anzeigen Open project: inthehand/Charming

Public Methods

Method 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

Method Description
BadgeUpdater ( ) : UIKit
BadgeUpdater ( Windows updater ) : UIKit

Method Details

Clear() public method

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

Update() public method

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.
return void