REST.Backend.EMSApi.TEMSClientAPI.CreateIOSInstallationObject

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!