C# Класс NotificationsExtensions.BadgeContent.BadgeContentFactory

A factory which creates Badge content objects for all of the Badge template types.
Показать файл Открыть проект

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

Метод Описание
CreateBadgeGlyph ( ) : BadgeGlyphNotificationContent

Creates a Badge Glyph template content object.

CreateBadgeNumeric ( ) : BadgeNumericNotificationContent

Creates a Badge Numeric template content object.

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

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

Creates a Badge Glyph template content object.
public static CreateBadgeGlyph ( ) : BadgeGlyphNotificationContent
Результат BadgeGlyphNotificationContent

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

Creates a Badge Numeric template content object.
public static CreateBadgeNumeric ( ) : BadgeNumericNotificationContent
Результат BadgeNumericNotificationContent