REST.Backend.PushTypes.TBackendPushDeviceApi.RegisterDevice

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.