REST.Backend.PushTypes.IBackendPushApi3

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

IBackendPushApi3 = interface

C++

__interface  INTERFACE_UUID("{E0B215B3-8709-4D80-A2DE-8847A69D1773}") IBackendPushApi3  : public System::IInterface

プロパティ

種類 可視性 ソース ユニット
interface
class
public
REST.Backend.PushTypes.pas
REST.Backend.PushTypes.hpp
REST.Backend.PushTypes REST.Backend.PushTypes


説明

たとえば { "channels": ["a"] } などのターゲットへの通知のブロードキャストをサポートするためにプロバイダで実装できるインターフェイスです。

ターゲットの形式はプロバイダ固有です。

関連項目