Tracks this application being launched. If the LaunchActivatedEventArgs
parameter contains push data passed through from a Toast's "launch"
parameter, then we extract and report information to correlate this
application open with that push.
Namespace: Parse
Assembly: Parse.WinRT (in Parse.WinRT.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- launchArgs
- Type: Windows.ApplicationModel.ActivationILaunchActivatedEventArgs
The LaunchActivatedEventArgs available in an Application.OnLaunched override.
Return Value
Type: TaskAn Async Task that can be waited on or ignored.
See Also