Class UserSystem.UserPersonalDetails
Personal Details of user
Namespace: Unity.PSN.PS5.Users
Syntax
public class UserPersonalDetails
Properties
DisplayName
User's public name.
Declaration
public string DisplayName { get; }
Property Value
| Type | Description |
|---|---|
| String |
FirstName
User's given name. This is blank if DisplayName is provided
Declaration
public string FirstName { get; }
Property Value
| Type | Description |
|---|---|
| String |
LastName
User's last name. This is blank if DisplayName is provided
Declaration
public string LastName { get; }
Property Value
| Type | Description |
|---|---|
| String |
MiddleName
User's middle name. This is blank if DisplayName is provided
Declaration
public string MiddleName { get; }
Property Value
| Type | Description |
|---|---|
| String |
ProfilePictures
List of user's profile pictures
Declaration
public List<UserSystem.ProfilePicture> ProfilePictures { get; }
Property Value
| Type | Description |
|---|---|
| List<UserSystem.ProfilePicture> |