REST.Backend.ServiceComponents.TCustomBackendPush.Target

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Target: TStrings read FTarget write SetTarget;

C++

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

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TCustomBackendPush

Description

Target where the push is sent. For example: { "where": { "devicetype": "ios" } }.

The target must be JSON text that can be parsed into a JSON object. The properties of the object are provider-specific, "where" is only an example and some providers also support "channels", such as { "channels": ["a", "b"] }.

See Also