FMX.InAppPurchase.IFMXInAppPurchaseService.IsProductPurchased

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsProductPurchased(const ProductID: string): Boolean;

C++

virtual bool __fastcall IsProductPurchased(const System::UnicodeString ProductID) = 0 ;

Eigenschaften

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


Beschreibung

Gibt True zurück, wenn das Produkt mit der angegebenen ID gekauft wurde; ansonsten False.

Siehe auch