REST.Backend.PushTypes.IBackendPushApi3

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBackendPushApi3 = interface

C++

__interface  INTERFACE_UUID("{E0B215B3-8709-4D80-A2DE-8847A69D1773}") IBackendPushApi3  : 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 to support broadcasting a notification to a target, such as { "channels": ["a"] }.

The format of the target is provider-specific.

See Also