StoreServicesEngagementManager.ParseArgumentsAndTrackAppLaunch | parseArgumentsAndTrackAppLaunch method
Notifies Windows Dev Center that your app was launched in response to a targeted push notification from Dev Center, and returns the original launch arguments for your app.
Syntax
public:
String^ ParseArgumentsAndTrackAppLaunch(
String^ launchArguments
)
Parameters
- launchArguments
-
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
The launch arguments that were passed to your app, including an opaque tracking ID that is used by Dev Center to track the launch of your app.
Return value
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
The original launch arguments that were passed to your app, stripped of the opaque tracking ID that helps Dev Center track the launch of the app.
Remarks
If you select the Track app launch rate option for a targeted push notification that you create in the Dev Center dashboard, use the ParseArgumentsAndTrackAppLaunch method to notify Dev Center that your app was launched in response to a push notification.
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