docs.unity3d.com
    Show / Hide Table of Contents

    Class UserSystem.UserPersonalDetails

    Personal Details of user

    Inheritance
    Object
    UserSystem.UserPersonalDetails
    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>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020