AppNotificationManager.Default Property
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.
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.