CurrentApp.GetUnfulfilledConsumablesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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