REST.Backend.ParseApi.TParseApi.QueryInstallation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure QueryInstallation(const AQuery: array of string; const AJSONArray: TJSONArray); overload;
procedure QueryInstallation(const AQuery: array of string; const AJSONArray: TJSONArray; out AObjects: TArray<TObjectID>); overload;

C++

void __fastcall QueryInstallation(const System::UnicodeString *AQuery, const int AQuery_High, System::Json::TJSONArray* const AJSONArray)/* overload */;
void __fastcall QueryInstallation(const System::UnicodeString *AQuery, const int AQuery_High, System::Json::TJSONArray* const AJSONArray, /* out */ System::DynamicArray<TObjectID> &AObjects)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
REST.Backend.ParseApi.pas
REST.Backend.ParseApi.hpp
REST.Backend.ParseApi TParseApi


Beschreibung

Fragt ein Installationsobjekt ab.

Die Methode QueryInstallation fragt ein Installationsobjekt ab, das ein für den Empfang von Push-Benachrichtigung registriertes Gerät repräsentiert.

QueryInstallation übernimmt die folgenden Parameter:

Parameter Beschreibung
AQuery String-Array mit der Abfrage.
AJSONArray TJSONArray, das mit JSON-Objekten gefüllt wird. Für jede von der Abfrage gefundene Installation ist ein TJSONObject vorhanden.
AObjects Ausgabeparameter mit dem Ergebnis der Abfrage als Array mit dem Typ TObjectID.

Hinweis: Dieser Parameter bezieht sich nur auf die zweite überladene Methode.

Siehe auch