{!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 GetBalancesAsync | Economy | 3.3.0
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetBalancesAsync

    GetBalancesAsync(GetBalancesOptions)

    Gets the current balances for the currently signed in player. The balances are available on the returned object using the

    Balances
    property. The results are paginated - the first set of results are initially returned, and more can be requested with the
    GetNextAsync
    method. The
    HasNext
    property indicates whether there are more results to be returned. Throws a EconomyException with a reason code and explanation if the request is badly formed, unauthorized or uses a missing resource.
    Declaration
    Task<GetBalancesResult> GetBalancesAsync(GetBalancesOptions options = null)
    Parameters
    Type Name Description
    GetBalancesOptions options

    (Optional) Use to set the number of items to fetch per call.

    Returns
    Type Description
    Task<GetBalancesResult>

    A GetBalancesResult object, with properties as specified above.

    Exceptions
    Type Condition
    EconomyException

    Thrown if request is unsuccessful

    EconomyRateLimitedException

    Thrown if the service returned rate limited error.

    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)