Share via


PushNotificationManager.Default Property

Definition

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.

Applies to