Pushes an arbitrary payload to every device. This is shorthand for:
var push = new ParsePush(); push.Data = data; return push.SendAsync();
Namespace: Parse
Assembly: Parse.WinRT (in Parse.WinRT.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- data
- Type: System.Collections.GenericIDictionaryString, Object
A push payload. See the ParsePush.Data property for more information.
Return Value
Type: TaskSee Also