docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ChannelInfo

    Json formatted response from service.

    Inheritance
    object
    ChannelInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Identity
    Assembly: Unity.Cloud.Identity.dll
    Syntax
    public class ChannelInfo

    Properties

    Id

    The unique identifier of the created channel.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    Request

    The ChannelRequest of the created channel.

    Declaration
    public ChannelRequest Request { get; set; }
    Property Value
    Type Description
    ChannelRequest

    Response

    The string response sent back to this channel.

    Declaration
    public string Response { get; set; }
    Property Value
    Type Description
    string
    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)