Show / Hide Table of Contents

Interface ILocalUser

Inherited Members
IUserProfile.userName
IUserProfile.id
IUserProfile.isFriend
IUserProfile.state
IUserProfile.image
Namespace: UnityEngine.SocialPlatforms
Assembly: UnityEngine.dll
Syntax
public interface ILocalUser : IUserProfile

Properties

| Improve this Doc View Source

authenticated

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

friends

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

underage

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

Methods

| Improve this Doc View Source

Authenticate(Action<Boolean, String>)

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

Authenticate(Action<Boolean>)

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

LoadFriends(Action<Boolean>)

Declaration
void LoadFriends(Action<bool> callback)
Parameters
Type Name Description
Action<Boolean> callback

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