{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Method MakePurchaseAsync | Economy | 3.3.0
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method MakePurchaseAsync

    MakePurchaseAsync(MakeVirtualPurchaseOptions)

    Make this purchase. Optionally takes instance IDs of items to use in the purchase.

    Declaration
    public Task<MakeVirtualPurchaseResult> MakePurchaseAsync(MakeVirtualPurchaseOptions options = null)
    Parameters
    Type Name Description
    MakeVirtualPurchaseOptions options

    (Optional) Use to set a list of item instance IDs to use in this purchase

    Returns
    Type Description
    Task<MakeVirtualPurchaseResult>

    A MakeVirtualPurchaseResult containing details of the purchase

    Exceptions
    Type Condition
    EconomyException

    Thrown if purchase is unsuccessful

    MakePurchaseAsync(List<PlayersInventoryItem>)

    Make this purchase using the PlayersInventoryItems provided to pay the inventory item cost.

    Declaration
    public Task<MakeVirtualPurchaseResult> MakePurchaseAsync(List<PlayersInventoryItem> playersInventoryItems)
    Parameters
    Type Name Description
    List<PlayersInventoryItem> playersInventoryItems

    A list of PlayersInventoryItems to use in this purchase

    Returns
    Type Description
    Task<MakeVirtualPurchaseResult>

    A MakeVirtualPurchaseResult containing details of the purchase

    Exceptions
    Type Condition
    EconomyException

    Thrown if purchase is unsuccessful

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)