Show / Hide Table of Contents

Class LocalUser

Inheritance
Object
UserProfile
LocalUser
Implements
ILocalUser
IUserProfile
Inherited Members
UserProfile.m_UserName
UserProfile.m_ID
UserProfile.m_IsFriend
UserProfile.m_State
UserProfile.m_Image
UserProfile.ToString()
UserProfile.SetUserName(String)
UserProfile.SetUserID(String)
UserProfile.SetImage(Texture2D)
UserProfile.SetIsFriend(Boolean)
UserProfile.SetState(UserState)
UserProfile.userName
UserProfile.id
UserProfile.isFriend
UserProfile.state
UserProfile.image
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.SocialPlatforms.Impl
Assembly: UnityEngine.dll
Syntax
public class LocalUser : UserProfile, ILocalUser, IUserProfile

Constructors

| Improve this Doc View Source

LocalUser()

Declaration
public LocalUser()

Properties

| Improve this Doc View Source

authenticated

Declaration
public bool authenticated { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

friends

Declaration
public IUserProfile[] friends { get; }
Property Value
Type Description
IUserProfile[]
| Improve this Doc View Source

underage

Declaration
public bool underage { get; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

Authenticate(Action<Boolean, String>)

Declaration
public void Authenticate(Action<bool, string> callback)
Parameters
Type Name Description
Action<Boolean, String> callback
| Improve this Doc View Source

Authenticate(Action<Boolean>)

Declaration
public void Authenticate(Action<bool> callback)
Parameters
Type Name Description
Action<Boolean> callback
| Improve this Doc View Source

LoadFriends(Action<Boolean>)

Declaration
public void LoadFriends(Action<bool> callback)
Parameters
Type Name Description
Action<Boolean> callback
| Improve this Doc View Source

SetAuthenticated(Boolean)

Declaration
public void SetAuthenticated(bool value)
Parameters
Type Name Description
Boolean value
| Improve this Doc View Source

SetFriends(IUserProfile[])

Declaration
public void SetFriends(IUserProfile[] friends)
Parameters
Type Name Description
IUserProfile[] friends
| Improve this Doc View Source

SetUnderage(Boolean)

Declaration
public void SetUnderage(bool value)
Parameters
Type Name Description
Boolean value

Implements

ILocalUser
IUserProfile

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX