EMS.Services.TEMSInternalAPI.PushBroadcast

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function PushBroadcast(const AData: TJSONObject): IEMSResourceResponseContent;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSInternalAPI


説明

EMS Push Notification メッセージを、EMS サーバーに登録されているすべての EMS Installation にブロードキャストします。


PushBroadcast は、EMS Push Notification メッセージを、すべての EMS Installation に送信します


PushBroadcast は、リソースからレスポンスを読み取るため、IEMSResourceResponseContent を返します。

関連項目