REST.Backend.PushDevice.TCustomPushEvents.RegisterDevice

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

Delphi

procedure RegisterDevice; overload;
procedure RegisterDevice(const AProperties: TJSONObject); overload;

C++

void __fastcall RegisterDevice()/* overload */;
void __fastcall RegisterDevice(System::Json::TJSONObject* const AProperties)/* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
REST.Backend.PushDevice.pas
REST.Backend.PushDevice.hpp
REST.Backend.PushDevice TCustomPushEvents


説明

デバイスを登録して、BaaS(Backend as a Service)プロバイダからプッシュ通知を受信できるようにします。

関連項目