• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Microsoft.UI.Notifications
    • BadgeManager
    • BadgeValue
    • Notification
    • NotificationBuilder
    • NotificationCollection
    • NotificationCollectionManager
    • NotificationManager
    • PeriodicUpdateInterval

Class BadgeManager

Inheritance
System.Object
BadgeManager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.UI.Notifications
Assembly: Microsoft.dll
Syntax
public static class BadgeManager

Methods

| Improve this Doc View Source

Clear()

Declaration
public static void Clear()
| Improve this Doc View Source

Clear(User)

Declaration
public static void Clear(User user)
Parameters
Type Name Description
Windows.System.User user
| Improve this Doc View Source

Set(BadgeValue)

Declaration
public static void Set(BadgeValue badgeValue)
Parameters
Type Name Description
BadgeValue badgeValue
| Improve this Doc View Source

Set(BadgeValue, User)

Declaration
public static void Set(BadgeValue badgeValue, User user)
Parameters
Type Name Description
BadgeValue badgeValue
Windows.System.User user
| Improve this Doc View Source

Set(UInt32)

Declaration
[DefaultOverload]
public static void Set(uint number)
Parameters
Type Name Description
System.UInt32 number
| Improve this Doc View Source

Set(UInt32, User)

Declaration
[DefaultOverload]
public static void Set(uint number, User user)
Parameters
Type Name Description
System.UInt32 number
Windows.System.User user
| Improve this Doc View Source

StartPeriodicUpdate(Uri, PeriodicUpdateInterval)

Declaration
public static void StartPeriodicUpdate(Uri uri, PeriodicUpdateInterval interval)
Parameters
Type Name Description
System.Uri uri
PeriodicUpdateInterval interval
| Improve this Doc View Source

StartPeriodicUpdate(Uri, PeriodicUpdateInterval, User)

Declaration
public static void StartPeriodicUpdate(Uri uri, PeriodicUpdateInterval interval, User user)
Parameters
Type Name Description
System.Uri uri
PeriodicUpdateInterval interval
Windows.System.User user
| Improve this Doc View Source

StopPeriodicUpdate()

Declaration
public static void StopPeriodicUpdate()
| Improve this Doc View Source

StopPeriodicUpdate(User)

Declaration
public static void StopPeriodicUpdate(User user)
Parameters
Type Name Description
Windows.System.User user
  • Improve this Doc
  • View Source
Back to top Generated by DocFX