EMS.Services.TEMSInternalAPI.PushBroadcast

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PushBroadcast(const AData: TJSONObject): IEMSResourceResponseContent;

C++

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

Properties

Type Visibility Source Unit Parent
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSInternalAPI

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