REST.Backend.PushDevice.TCustomPushEvents.RegisterDevice

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
REST.Backend.PushDevice.pas
REST.Backend.PushDevice.hpp
REST.Backend.PushDevice TCustomPushEvents


Beschreibung

Registriert ein Gerät, damit es Push-Benachrichtigungen von einem BaaS-Provider erhalten kann.

Siehe auch