StoreServicesEngagementManager.GetDefault Method
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 a StoreServicesEngagementManager object that you can use to configure your app to receive targeted push notifications from Partner Center.
public:
static StoreServicesEngagementManager ^ GetDefault();
static StoreServicesEngagementManager GetDefault();
public static StoreServicesEngagementManager GetDefault();
function getDefault()
Public Shared Function GetDefault () As StoreServicesEngagementManager
Returns
An object that you can use to configure your app so it can receive Partner Center notifications.
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 for targeted push notifications.