AppNotificationManager.Default Property

Definition

Gets the default instance of the AppNotificationManager class.

Note

The AppNotificationManager class has a dependency on the Singleton package. Because of that dependency, there are certain considerations to be aware of if you're calling these APIs from a self-contained app. For more info, and specifics, see Dependencies on additional MSIX packages.

public:
 static property AppNotificationManager ^ Default { AppNotificationManager ^ get(); };
static AppNotificationManager Default();
public static AppNotificationManager Default { get; }
var appNotificationManager = AppNotificationManager.default;
Public Shared ReadOnly Property Default As AppNotificationManager

Property Value

The default instance of the AppNotificationManager class.

Applies to