REST.Backend.ParseApi.TParseApi.PushBroadcast

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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


Description

Diffuse une notification push.

PushBroadcast envoie une notification push à un ou plusieurs périphériques en appelant la méthode PushToDevices.

La méthode PushBroadcast prend le paramètre AData avec le texte du message en tant que TJSONObject.

Voir aussi