REST.Backend.EMSApi.TEMSClientAPI.CreateIOSInstallationObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreateIOSInstallationObject(const ADeviceToken: string; const AProperties: TJSONObject): TJSONObject; overload;
function CreateIOSInstallationObject(const ADeviceToken: string;  const AProperties: TJSONObject; AChannels: array of string): TJSONObject; overload;

C++

System::Json::TJSONObject* __fastcall CreateIOSInstallationObject(const System::UnicodeString ADeviceToken, System::Json::TJSONObject* const AProperties)/* overload */;
System::Json::TJSONObject* __fastcall CreateIOSInstallationObject(const System::UnicodeString ADeviceToken, System::Json::TJSONObject* const AProperties, System::UnicodeString *AChannels, const int AChannels_High)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.