docs.unity3d.com
    Show / Hide Table of Contents

    Class CloudCode

    Inheritance
    Object
    CloudCode
    Namespace: Unity.Services.CloudCode
    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 async 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 async 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
    • Methods
      • CallEndpointAsync(String, Object)
      • CallEndpointAsync<TResult>(String, Object)
    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