REST.Backend.KinveyApi.TKinveyApi.SendPayload

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SendPayload(const AEndpointName: string; AUsers: array of TUser; const AIOSAps, AIOSExtras, AAndroidPayload: TJSONObject); overload;
procedure SendPayload(const AEndpointName: string; AUsers: array of string; const AIOSAps, AIOSExtras, AAndroidPayload: TJSONObject); overload;

C++

void __fastcall SendPayload(const System::UnicodeString AEndpointName, TUser *AUsers, const int AUsers_High, System::Json::TJSONObject* const AIOSAps, System::Json::TJSONObject* const AIOSExtras, System::Json::TJSONObject* const AAndroidPayload)/* overload */;
void __fastcall SendPayload(const System::UnicodeString AEndpointName, System::UnicodeString *AUsers, const int AUsers_High, System::Json::TJSONObject* const AIOSAps, System::Json::TJSONObject* const AIOSExtras, System::Json::TJSONObject* const AAndroidPayload)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TKinveyApi

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.