REST.Backend.PushTypes.IBackendPushDeviceApi2.RegisterDevice

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RegisterDevice(const AProperties: TJSONObject; AOnRegistered: TDeviceRegisteredAtProviderEvent);

C++

virtual void __fastcall RegisterDevice(System::Json::TJSONObject* const AProperties, TDeviceRegisteredAtProviderEvent AOnRegistered) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Backend.PushTypes.pas
REST.Backend.PushTypes.hpp
REST.Backend.PushTypes IBackendPushDeviceApi2

Description

Registers a device.

This method accepts two parameters:

  • AProperties: The properties that RegisterDevice writes to the installation object.
  • AOnRegistered: The event associated with the registration action.

See Also