PurchaseResults Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Enthält Informationen zu den Ergebnissen einer In-App-Produktkauftransaktion.
public ref class PurchaseResults sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PurchaseResults final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PurchaseResults
Public NotInheritable Class PurchaseResults
- Vererbung
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
Eigenschaften
OfferId |
Eine eindeutige ID, die verwendet wird, um ein bestimmtes In-App-Produkt in einem großen Katalog zu identifizieren. |
ReceiptXml |
Eine vollständige Quittung, die einen Transaktionsverlauf für den Kauf eines In-App-Produkts bereitstellt. |
Status |
Der aktuelle Status der Kauftransaktion für ein In-App-Produkt. |
TransactionId |
Eine eindeutige Transaktions-ID, die dem Kauf eines verbrauchsbaren In-App-Produkts zugeordnet ist. |