docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ReportConsumableFulfillmentAsync

    ReportConsumableFulfillmentAsync(string, Guid)

    Notifies the Microsoft Store that the purchase of a consumable add-on (also called an in-app product or IAP) is fulfilled and that the user has the right to access the content.

    Declaration
    public IAsyncOperation<FulfillmentResult> ReportConsumableFulfillmentAsync(string productId, Guid transactionId)
    Parameters
    Type Name Description
    string productId

    The product ID of the consumable add-on to report as fulfilled.

    Guid transactionId

    The transaction ID for the purchase of the consumable add-on.

    Returns
    Type Description
    IAsyncOperation<FulfillmentResult>

    An async operation for a FulfillmentResult value that indicates the status for the consumable add-on.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023