REST.Backend.ServiceComponents.TBackendPush.Target

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Target: TStrings read FTarget write SetTarget;

C++

__property Target;

Properties

Type Visibility Source Unit Parent
property published
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TBackendPush

Description

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

REST.Backend.ServiceComponents.TBackendPush.Target inherits from REST.Backend.ServiceComponents.TCustomBackendPush.Target. All content below this line refers to REST.Backend.ServiceComponents.TCustomBackendPush.Target.

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