Class UserSystem.UserProfile
User's profile
Namespace: Unity.PSN.PS5.Users
Syntax
public class UserProfile
Properties
AboutMe
About me text
Declaration
public string AboutMe { get; }
Property Value
| Type | Description |
|---|---|
| String |
Avatars
Avatars pictures
Declaration
public List<UserSystem.ProfilePicture> Avatars { get; }
Property Value
| Type | Description |
|---|---|
| List<UserSystem.ProfilePicture> |
Languages
User's languages
Declaration
public List<string> Languages { get; }
Property Value
| Type | Description |
|---|---|
| List<String> |
OnlineId
Online Id
Declaration
public string OnlineId { get; }
Property Value
| Type | Description |
|---|---|
| String |
PersonalDetails
Personal Details
Declaration
public UserSystem.UserPersonalDetails PersonalDetails { get; }
Property Value
| Type | Description |
|---|---|
| UserSystem.UserPersonalDetails |
VerifiedState
User verified account status
Declaration
public UserSystem.UserProfile.VerifiedStates VerifiedState { get; }
Property Value
| Type | Description |
|---|---|
| UserSystem.UserProfile.VerifiedStates |