CurrentApp.ReportConsumableFulfillmentAsync(String, Guid) Methode

Definition

Benachrichtigt den Microsoft Store, dass der Kauf eines verbrauchsbaren Add-Ons (auch als In-App-Produkt oder IAP bezeichnet) erfüllt ist und dass der Benutzer das Recht hat, auf die Inhalte zuzugreifen.

public:
 static IAsyncOperation<FulfillmentResult> ^ ReportConsumableFulfillmentAsync(Platform::String ^ productId, Platform::Guid transactionId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<FulfillmentResult> ReportConsumableFulfillmentAsync(winrt::hstring const& productId, winrt::guid const& transactionId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<FulfillmentResult> ReportConsumableFulfillmentAsync(string productId, Guid transactionId);
function reportConsumableFulfillmentAsync(productId, transactionId)
Public Shared Function ReportConsumableFulfillmentAsync (productId As String, transactionId As Guid) As IAsyncOperation(Of FulfillmentResult)

Parameter

productId
String

Platform::String

winrt::hstring

Die Produkt-ID des verbrauchsbaren Add-Ons zum Melden als erfüllt.

transactionId
Guid

Platform::Guid

winrt::guid

Die Transaktions-ID für den Kauf des verbrauchsbaren Add-Ons.

Gibt zurück

Ein FulfillmentResult-Wert, der die Fulfillment-status für das verbrauchsfähige Add-On angibt.

Attribute

Hinweise

Die Produkt-ID ist die Zeichenfolge, die die App verwendet, um das Add-On zu identifizieren. Sie geben die Produkt-ID ein, wenn Sie Ihr Add-On im Partner Center übermitteln, wo es der Beschreibung, dem Preistarif und der Lebensdauer zugeordnet ist. Weitere Informationen finden Sie unter Verwenden von Produkt-IDs für Add-Ons in Ihrem Code.

Für jede instance eines Verbrauchsprodukts, das mehr als einmal erworben wurde, ist eine eindeutige Transaktions-ID erforderlich.

Gilt für: