FMX.InAppPurchase.TIAPDownloadProgressEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TIAPDownloadProgressEvent = procedure(Sender: TObject;
const ProductID, ContentID: string; TimeRemaining: Double; Progress: Single)

C++

typedef void __fastcall (__closure *TIAPDownloadProgressEvent)(System::TObject* Sender, const System::UnicodeString ProductID, const System::UnicodeString ContentID, double TimeRemaining, float Progress);

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.