C# Класс 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
Показать файл Открыть проект

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

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

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

CreateBadgeNotification() публичный статический Метод

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.
Результат BadgeNotification

CreateBadgeNotification() публичный статический Метод

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.
Результат BadgeNotification