EMS.Services.TEMSInternalAPI.PushBroadcast

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
EMS.Services.pas
EMS.Services.hpp
Unit: EMS.Services
Parent: TEMSInternalAPI

Delphi

function PushBroadcast(const AData: TJSONObject): IEMSResourceResponseContent;

C++

_di_IEMSResourceResponseContent __fastcall PushBroadcast(System::Json::TJSONObject* const AData);

Description

Broadcasts an EMS Push Notification message to all EMS Installations registered in the EMS Server.

PushBroadcast sends an EMS Push notification message to all EMS Installations.

PushBroadcast returns an IEMSResourceResponseContent to read the response from the resource.

See Also