ParsePushPushJson Method Parse
Overload List

  NameDescription
Public methodStatic memberPushJson(ILaunchActivatedEventArgs)
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.
Public methodStatic memberPushJson(PushNotificationReceivedEventArgs)
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.
Top
See Also

Reference