docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Purchases

    Inheritance
    object
    Purchases
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Economy
    Assembly: Unity.Services.Economy.dll
    Syntax
    [Obsolete("The interface provided by Economy.Purchases has been replaced by EconomyService.Instance.Purchases, and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
    public class Purchases

    Methods

    MakeVirtualPurchaseAsync(string, MakeVirtualPurchaseOptions)

    Declaration
    [Obsolete("The interface provided by Economy.Purchases.MakeVirtualPurchaseAsync(string virtualPurchaseId, Services.Economy.MakeVirtualPurchaseOptions options) has been replaced by EconomyService.Instance.Purchases.MakeVirtualPurchaseAsync(string virtualPurchaseId, Services.Economy.MakeVirtualPurchaseOptions options), and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
    public Task<MakeVirtualPurchaseResult> MakeVirtualPurchaseAsync(string virtualPurchaseId, MakeVirtualPurchaseOptions options = null)
    Parameters
    Type Name Description
    string virtualPurchaseId
    MakeVirtualPurchaseOptions options
    Returns
    Type Description
    Task<MakeVirtualPurchaseResult>

    RedeemAppleAppStorePurchaseAsync(RedeemAppleAppStorePurchaseArgs)

    Declaration
    [Obsolete("The interface provided by Economy.Purchases.RedeemAppleAppStorePurchaseAsync(RedeemAppleAppStorePurchaseArgs args) has been replaced by EconomyService.Instance.Purchases.RedeemAppleAppStorePurchaseAsync(RedeemAppleAppStorePurchaseArgs args), and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
    public Task<RedeemAppleAppStorePurchaseResult> RedeemAppleAppStorePurchaseAsync(Purchases.RedeemAppleAppStorePurchaseArgs args)
    Parameters
    Type Name Description
    Purchases.RedeemAppleAppStorePurchaseArgs args
    Returns
    Type Description
    Task<RedeemAppleAppStorePurchaseResult>

    RedeemGooglePlayPurchaseAsync(RedeemGooglePlayStorePurchaseArgs)

    Declaration
    [Obsolete("The interface provided by Economy.Purchases.RedeemGooglePlayPurchaseAsync(RedeemGooglePlayStorePurchaseArgs args) has been replaced by EconomyService.Instance.Purchases.RedeemGooglePlayPurchaseAsync(RedeemGooglePlayStorePurchaseArgs args), and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
    public Task<RedeemGooglePlayPurchaseResult> RedeemGooglePlayPurchaseAsync(Purchases.RedeemGooglePlayStorePurchaseArgs args)
    Parameters
    Type Name Description
    Purchases.RedeemGooglePlayStorePurchaseArgs args
    Returns
    Type Description
    Task<RedeemGooglePlayPurchaseResult>
    In This Article
    Back to top
    Copyright © 2024 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)