docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UserInfo

    Describes user info returned by the store on successful initialization.

    Inheritance
    object
    UserInfo
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: UnityEngine.UDP
    Assembly: UDP.dll
    Syntax
    public class UserInfo

    Constructors

    UserInfo()

    Declaration
    public UserInfo()

    Properties

    Channel

    PartnerStore name, generated by UDP.

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

    UserId

    User ID returned from PartnerStore. Optional

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

    UserLoginToken

    User login token returned from PartnerStore. Optional

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