REST.Backend.PushTypes.IBackendPushApi3.PushToTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PushToTarget(const AData: TPushData; const ATarget: TJSONObject); overload;
procedure PushToTarget(const AData: TJSONObject; const ATarget: TJSONObject); overload;

C++

virtual void __fastcall PushToTarget(TPushData* const AData, System::Json::TJSONObject* const ATarget) = 0 /* overload */;
virtual void __fastcall PushToTarget(System::Json::TJSONObject* const AData, System::Json::TJSONObject* const ATarget) = 0 /* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Backend.PushTypes.pas
REST.Backend.PushTypes.hpp
REST.Backend.PushTypes IBackendPushApi3

Description

Sends the specified notification data to the specified target.

See Also