REST.Backend.ParseApi.TParseApi.PushBroadcast

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
REST.Backend.ParseApi.pas
REST.Backend.ParseApi.hpp
REST.Backend.ParseApi TParseApi


Beschreibung

Sendet eine Push-Benachrichtigung als Broadcast.

PushBroadcast sendet eine Push-Benachrichtigung an ein oder mehrere Geräte, indem die Methode PushToDevices aufgerufen wird.

Die Methode PushBroadcast übernimmt den Parameter AData mit dem Text der Benachrichtigung als TJSONObject.

Siehe auch