FMX.InAppPurchase.IInAppPurchaseCallbacks.DoProductsRequestResponse

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoProductsRequestResponse(const Products: TIAPProductList; const InvalidProductIDs: TStrings);

C++

virtual void __fastcall DoProductsRequestResponse(TIAPProductList* const Products, System::Classes::TStrings* const InvalidProductIDs) = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase IInAppPurchaseCallbacks


Beschreibung

Wird nach dem erfolgreichen Abrufen von Informationen zu der angegebenen Liste mit Produkt-IDs aufgerufen.

Diese Methode stellt die folgenden Argumente bereit:

  • Products: TList mit Instanzen von TProduct mit detaillierten Informationen über jedes Produkt mit einer gültigen ID.
  • InvalidProductIDs: TStrings mit einer Liste der zuvor angegebenen Produkt-IDs, die ungültig sind.

Siehe auch