C# Class InTheHand.UI.Notifications.BadgeNotificationCreator

Simplifies creation of badges without the need to build XML documents.
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
CreateBadgeNotification ( BadgeGlyph glyph ) : BadgeNotification

Creates a badge notification with the required glyph.

PlatformVersion supported macOSOS X 10.7 and later 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

CreateBadgeNotification ( int value ) : BadgeNotification

Creates a badge notification with the required numerical value.

Method Details

CreateBadgeNotification() public static method

Creates a badge notification with the required glyph.
PlatformVersion supported macOSOS X 10.7 and later 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
public static CreateBadgeNotification ( BadgeGlyph glyph ) : BadgeNotification
glyph BadgeGlyph Glyph to show on the badge. /// None will hide the badge.
return BadgeNotification

CreateBadgeNotification() public static method

Creates a badge notification with the required numerical value.
public static CreateBadgeNotification ( int value ) : BadgeNotification
value int Value to show on the badge. Zero will hide the badge.
return BadgeNotification