REST.Backend.PushDevice.TCustomPushEvents.RegisterDevice

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Backend.PushDevice.pas
REST.Backend.PushDevice.hpp
REST.Backend.PushDevice TCustomPushEvents

Description

Register a device so that it can receive push notifications from a backend-as-a-service provider.

See Also