FMX.InAppPurchase.TCustomInAppPurchase.OnVerifyPayload

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnVerifyPayload: TIAPVerifyPayloadEvent  read FOnVerifyPayload write FOnVerifyPayload;

C++

__property TIAPVerifyPayloadEvent OnVerifyPayload = {read=FOnVerifyPayload, write=FOnVerifyPayload};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase TCustomInAppPurchase


Beschreibung

Wird nach dem Abrufen des Entwicklernutzdaten-Strings ausgelöst.

Dieses Ereignis stellt die folgenden Argumente für seine Ereignisbehandlungsroutine bereit:

Siehe auch