REST.Backend.ParseApi.TParseApi.CreateIOSInstallationObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.ParseApi.pas
REST.Backend.ParseApi.hpp
REST.Backend.ParseApi TParseApi

Description

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