StoreServicesEngagementManager.GetDefault | getDefault method
Gets a StoreServicesEngagementManager object that you can use to configure your app to receive targeted push notifications from Windows Dev Center.
Syntax
public: static StoreServicesEngagementManager^ GetDefault()
Parameters
This method has no parameters.
Return value
Type: StoreServicesEngagementManager
An object that you can use to configure your app so it can receive Windows Dev Center notifications for the current user of the app.
Remarks
Before you can use this method in your code, you must first install the Microsoft Store Services SDK and add a reference to the Microsoft Engagement Framework to your project. For more guidance about how to use this method, including a code example, see Configure your app to receive Dev Center notifications.
Requirements
|
Minimum supported client |
Windows 10 |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows 10 Mobile |
|
Namespace |
|
|
Metadata |
|
See also