Example #1
0
 public static BadgeGlyphNotificationContent GenerateAlertBadge()
 {
     var b = new BadgeGlyphNotificationContent(GlyphValue.Alert);
     return b;
 }
Example #2
0
 public static void CreateBadge(BadgeGlyphNotificationContent badge)
 {
     BadgeNotification b = new BadgeNotification(badge.GetXml());
     BadgeUpdateManager.CreateBadgeUpdaterForApplication().Update(b);
 }