EMS.Services.TEMSInternalAPI.PushToChannels

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

Delphi

function PushToChannels(const AData: TJSONObject; const AChannels: array of string): IEMSResourceResponseContent;

C++

_di_IEMSResourceResponseContent __fastcall PushToChannels(System::Json::TJSONObject* const AData, const System::UnicodeString *AChannels, const int AChannels_High);

プロパティ

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


説明

EMS チャネルをサブスクライブしている EMS インストールに EMS プッシュ通知メッセージを送信します。

PushToChannels では、AChannels のいずれかをサブスクライブしている EMS インストールに EMS プッシュ通知メッセージ AData を送信します。

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

EMS チャネルが渡されない場合、PushToChannels では "チャネル名が必要です" というエラーが発生します。

関連項目