REST.Backend.ParseApi.TParseApi.PushBroadcast

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PushBroadcast(const AData: TJSONObject); overload;
procedure PushBroadcast(const AData, AFilter: TJSONObject); overload;

C++

void __fastcall PushBroadcast(System::Json::TJSONObject* const AData)/* overload */;
void __fastcall PushBroadcast(System::Json::TJSONObject* const AData, System::Json::TJSONObject* const AFilter)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Backend.ParseApi.pas
REST.Backend.ParseApi.hpp
REST.Backend.ParseApi TParseApi

Description

Broadcasts a push notification.

PushBroadcast sends a push notification to one or several devices by calling the PushToDevices method.

The PushBroadcast method takes the AData parameter with the text of the message as a TJSONObject.

See Also