C# Class NotificationsExtensions.BadgeContent.BadgeContentFactory

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

Public Methods

Method Description
CreateBadgeGlyph ( ) : BadgeGlyphNotificationContent

Creates a Badge Glyph template content object.

CreateBadgeNumeric ( ) : BadgeNumericNotificationContent

Creates a Badge Numeric template content object.

Method Details

CreateBadgeGlyph() public static method

Creates a Badge Glyph template content object.
public static CreateBadgeGlyph ( ) : BadgeGlyphNotificationContent
return BadgeGlyphNotificationContent

CreateBadgeNumeric() public static method

Creates a Badge Numeric template content object.
public static CreateBadgeNumeric ( ) : BadgeNumericNotificationContent
return BadgeNumericNotificationContent