docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CloudCode

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

    Methods

    CallEndpointAsync(string, object)

    Declaration
    [Obsolete("The interface provided by CloudCode.CallEndpointAsync(string, object) has been replaced by CloudCodeService.Instance.CallEndpointAsync(string, Dictionary<string, object>), and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
    public static Task<string> CallEndpointAsync(string function, object args)
    Parameters
    Type Name Description
    string function
    object args
    Returns
    Type Description
    Task<string>

    CallEndpointAsync<TResult>(string, object)

    Declaration
    [Obsolete("The interface provided by CloudCode.CallEndpointAsync<TResult>(string, object) has been replaced by CloudCodeService.Instance.CallEndpointAsync<TResult>(string, Dictionary<string, object>), and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
    public static Task<TResult> CallEndpointAsync<TResult>(string function, object args)
    Parameters
    Type Name Description
    string function
    object args
    Returns
    Type Description
    Task<TResult>
    Type Parameters
    Name Description
    TResult
    In This Article
    Back to top
    Copyright © 2025 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)