FMX.InAppPurchase.TIAPRecordTransactionEvent
Delphi
TIAPRecordTransactionEvent = procedure(Sender: TObject; const ProductID,
TransactionID: string; TransactionDate: TDateTime) of object;
C++
typedef void __fastcall (__closure *TIAPRecordTransactionEvent)(System::TObject* Sender, const System::UnicodeString ProductID, const System::UnicodeString TransactionID, System::TDateTime TransactionDate);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
type typedef |
public | FMX.InAppPurchase.pas FMX.InAppPurchase.hpp |
FMX.InAppPurchase | FMX.InAppPurchase |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.