Class UserInfo
Describes user info returned by the store on successful initialization.
Inherited Members
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 |