PushNotificationManager.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 PushNotificationManager class.
Note
The PushNotificationManager 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 PushNotificationManager ^ Default { PushNotificationManager ^ get(); };
static PushNotificationManager Default();
public static PushNotificationManager Default { get; }
var pushNotificationManager = PushNotificationManager.default;
Public Shared ReadOnly Property Default As PushNotificationManager
Property Value
The default instance of the PushNotificationManager class.