Overload List
Name | Description | |
---|---|---|
PushJson(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.
| |
PushJson(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.
|
See Also