EMS.Services.TEMSInternalAPI.PushWhere

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

Delphi

function PushWhere(const AData: TJSONObject; const AWhere: TJSONObject): IEMSResourceResponseContent;

C++

_di_IEMSResourceResponseContent __fastcall PushWhere(System::Json::TJSONObject* const AData, System::Json::TJSONObject* const AWhere);

プロパティ

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


説明

フィルタで指定された特定の EMS インストールに EMS プッシュ通知メッセージを送信します。

PushWhere では、AWhere パラメータで指定した送信先の EMS インストールにメッセージ AData を送信します。

AWhere パラメータは、次のような where フィルタが格納されている TJSONObject です。

 {"where":{"email":"xyz@xmail.com"}}

PushWhere では、リソースからの応答を読み取るための IEMSResourceResponseContent を返します。

関連項目