REST.Backend.ServiceComponents.TCustomBackendPush.Target

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

Delphi

property Target: TStrings read FTarget write SetTarget;

C++

__property System::Classes::TStrings* Target = {read=FTarget, write=SetTarget};

プロパティ

種類 可視性 ソース ユニット
property public
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TCustomBackendPush


説明

プッシュの送信先です。たとえば、{ "where": { "devicetype": "ios" } } などです。

ターゲットは、解析結果が JSON オブジェクトとなる JSON .テキストでなければなりません。オブジェクトのプロパティはプロバイダ固有です。"where" はほんの例にすぎず、{ "channels": ["a", "b"] } のように "channels" をサポートしているプロバイダもあります。

関連項目