docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Member

    The representation of a user in a relationship

    Inheritance
    object
    Member
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Friends.Models
    Assembly: Unity.Services.Friends.dll
    Syntax
    public class Member

    Properties

    Id

    The ID of the member

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    string

    Presence

    The presence data of the member

    Declaration
    public Presence Presence { get; }
    Property Value
    Type Description
    Presence

    Profile

    The profile data of the member

    Declaration
    public Profile Profile { get; }
    Property Value
    Type Description
    Profile

    Role

    The member's role

    Declaration
    public MemberRole Role { get; }
    Property Value
    Type Description
    MemberRole
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)