REST.Backend.PushTypes.IBackendPushDeviceApi2

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBackendPushDeviceApi2 = interface

C++

__interface  INTERFACE_UUID("{3A78B2C1-233B-485D-9616-049A66E374B3}") IBackendPushDeviceApi2  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
REST.Backend.PushTypes.pas
REST.Backend.PushTypes.hpp
REST.Backend.PushTypes REST.Backend.PushTypes

Description

Providers may implement this interface in order to allow a device to register customer installation properties, such as { "channels":["a", "b"] }.

See Also