C# Class NotificationsExtensions.BadgeContent.BadgeContentFactory

A factory which creates Badge content objects for all of the Badge template types.
Afficher le fichier Open project: nickharris/WnsRecipe

Méthodes publiques

Méthode Description
CreateBadgeGlyph ( ) : BadgeGlyphNotificationContent

Creates a Badge Glyph template content object.

CreateBadgeNumeric ( ) : BadgeNumericNotificationContent

Creates a Badge Numeric template content object.

Method Details

CreateBadgeGlyph() public static méthode

Creates a Badge Glyph template content object.
public static CreateBadgeGlyph ( ) : BadgeGlyphNotificationContent
Résultat BadgeGlyphNotificationContent

CreateBadgeNumeric() public static méthode

Creates a Badge Numeric template content object.
public static CreateBadgeNumeric ( ) : BadgeNumericNotificationContent
Résultat BadgeNumericNotificationContent