CurrentApp.GetUnfulfilledConsumablesAsync Method

Definition

Returns a list of purchased consumable in-app products that have not been reported to the Microsoft Store as fulfilled.

public:
 static IAsyncOperation<IVectorView<UnfulfilledConsumable ^> ^> ^ GetUnfulfilledConsumablesAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IVectorView<UnfulfilledConsumable>> GetUnfulfilledConsumablesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<UnfulfilledConsumable>> GetUnfulfilledConsumablesAsync();
function getUnfulfilledConsumablesAsync()
Public Shared Function GetUnfulfilledConsumablesAsync () As IAsyncOperation(Of IReadOnlyList(Of UnfulfilledConsumable))

Returns

When the operation completes, a list of consumable in-app products not yet reported as fulfilled is returned (UnfulfilledConsumable objects). Each item of this list provides the product ID, offer ID, and transaction ID associated with a product.

Attributes

Applies to

See also