ParsePushPushJson Method (ILaunchActivatedEventArgs)Parse
Helper method to extract the full Push JSON provided to Parse, including any non-visual custom information. Overloads exist for all data types which may be provided by Windows, I.E. LaunchActivatedEventArgs and PushNotificationReceivedEventArgs. Returns an empty dictionary if this push type cannot include non-visual data or this event was not triggered by a push.

Namespace: Parse
Assembly: Parse.WinRT (in Parse.WinRT.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public static IDictionary<string, Object> PushJson(
	ILaunchActivatedEventArgs eventArgs
)

Parameters

eventArgs
Type: Windows.ApplicationModel.ActivationILaunchActivatedEventArgs

Return Value

Type: IDictionaryString, Object
See Also

Reference