BadgeNotificationGlyph Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constants that specify which glyph is shown on the badge notification.
public enum class BadgeNotificationGlyph
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.BadgeNotifications.BadgeNotificationsContract, 65536)]
enum class BadgeNotificationGlyph
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.BadgeNotifications.BadgeNotificationsContract), 65536)]
public enum BadgeNotificationGlyph
var value = Microsoft.Windows.BadgeNotifications.BadgeNotificationGlyph.none
Public Enum BadgeNotificationGlyph
- Inheritance
-
BadgeNotificationGlyph
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No glyph.
|
Activity | 1 | Activity glyph. Shows an accent colored circle with two curved arrows.
|
Alarm | 2 | Alarm glyph. Shows an accent colored circle with a bell.
|
Alert | 3 | Alert glyph. Shows a red circle with an asterisk.
|
Attention | 4 | Attention glyph. Shows a red circle with an exclamation mark.
|
Available | 5 | Available glyph. Shows a green circle.
|
Away | 6 | Away glyph. Shows a yellow circle.
|
Busy | 7 | Busy glyph. Shows a red circle.
|
Error | 8 | Error glyph. Shows a red circle with an X.
|
NewMessage | 9 | New message glyph. Shows an accent colored circle with an envelope.
|
Paused | 10 | Paused glyph. Shows an accent colored circle with two vertical lines.
|
Playing | 11 | Playing glyph. Shows an accent colored circle with a right facing triangle.
|
Unavailable | 12 | Unavailable glyph. Shows a gray circle.
|
Remarks
Values of this enumeration are passed to the BadgeNotificationManager.SetBadgeAsGlyph method.