docs.unity3d.com
    Show / Hide Table of Contents

    Class Configuration

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

    Methods

    GetCurrenciesAsync()

    Declaration
    [Obsolete("The interface provided by Economy.Configuration.GetCurrenciesAsync() has been replaced by EconomyService.Instance.Configuration.GetCurrenciesAsync(), and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
    public async Task<List<CurrencyDefinition>> GetCurrenciesAsync()
    Returns
    Type Description
    Task<List<CurrencyDefinition>>

    GetCurrencyAsync(String)

    Declaration
    [Obsolete("The interface provided by Economy.Configuration.GetCurrencyAsync(string id) has been replaced by EconomyService.Instance.Configuration.GetCurrencyAsync(string id), and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
    public async Task<CurrencyDefinition> GetCurrencyAsync(string id)
    Parameters
    Type Name Description
    String id
    Returns
    Type Description
    Task<CurrencyDefinition>

    GetInventoryItemAsync(String)

    Declaration
    [Obsolete("The interface provided by Economy.Configuration.GetInventoryItemAsync(string id) has been replaced by EconomyService.Instance.Configuration.GetInventoryItemAsync(string id), and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
    public async Task<InventoryItemDefinition> GetInventoryItemAsync(string id)
    Parameters
    Type Name Description
    String id
    Returns
    Type Description
    Task<InventoryItemDefinition>

    GetInventoryItemsAsync()

    Declaration
    [Obsolete("The interface provided by Economy.Configuration.GetInventoryItemsAsync() has been replaced by EconomyService.Instance.Configuration.GetInventoryItemsAsync(), and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
    public async Task<List<InventoryItemDefinition>> GetInventoryItemsAsync()
    Returns
    Type Description
    Task<List<InventoryItemDefinition>>

    GetRealMoneyPurchaseAsync(String)

    Declaration
    [Obsolete("The interface provided by Economy.Configuration.GetRealMoneyPurchaseAsync(string id) has been replaced by EconomyService.Instance.Configuration.GetRealMoneyPurchaseAsync(string id), and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
    public async Task<RealMoneyPurchaseDefinition> GetRealMoneyPurchaseAsync(string id)
    Parameters
    Type Name Description
    String id
    Returns
    Type Description
    Task<RealMoneyPurchaseDefinition>

    GetRealMoneyPurchasesAsync()

    Declaration
    [Obsolete("The interface provided by Economy.Configuration.GetRealMoneyPurchasesAsync() has been replaced by EconomyService.Instance.Configuration.GetRealMoneyPurchasesAsync(), and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
    public async Task<List<RealMoneyPurchaseDefinition>> GetRealMoneyPurchasesAsync()
    Returns
    Type Description
    Task<List<RealMoneyPurchaseDefinition>>

    GetVirtualPurchaseAsync(String)

    Declaration
    [Obsolete("The interface provided by Economy.Configuration.GetVirtualPurchaseAsync(string id) has been replaced by EconomyService.Instance.Configuration.GetVirtualPurchaseAsync(string id), and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
    public async Task<VirtualPurchaseDefinition> GetVirtualPurchaseAsync(string id)
    Parameters
    Type Name Description
    String id
    Returns
    Type Description
    Task<VirtualPurchaseDefinition>

    GetVirtualPurchasesAsync()

    Declaration
    [Obsolete("The interface provided by Economy.Configuration.GetVirtualPurchasesAsync() has been replaced by EconomyService.Instance.Configuration.GetVirtualPurchasesAsync(), and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
    public async Task<List<VirtualPurchaseDefinition>> GetVirtualPurchasesAsync()
    Returns
    Type Description
    Task<List<VirtualPurchaseDefinition>>
    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