ParsePushData Property Parse
The contents of this push. Some keys have special meaning. A full list of pre-defined keys can be found in the Parse Push Guide. The following keys affect WinRT devices. Keys which do not start with x-winrt- can be prefixed with x-winrt- to specify an override only sent to winrt devices. alert: the body of the alert text. title: The title of the text. x-winrt-payload: A full XML payload to be sent to WinRT installations instead of the auto-layout. This should not be used in tandem with Alert.

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

public IDictionary<string, Object> Data { get; set; }

Property Value

Type: IDictionaryString, Object
See Also

Reference