FMX.InAppPurchase.IFMXInAppPurchaseService.ConsumeProducts

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure ConsumeProducts(const ProductIDs: TStrings);

C++

virtual void __fastcall ConsumeProducts(System::Classes::TStrings* const ProductIDs) = 0 ;

Eigenschaften

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


Beschreibung

Teilt dem In-App-Bezahldienst mit, dass die gekauften Produkte mit den angegebenen Produkt-IDs von Ihrer Anwendung erfolgreich verbraucht wurden.

Siehe auch