v1.0.0
Latest
2020.3+

Class Member

The representation of a user in a relationship

Inheritance
Member
Namespace: Unity.Services.Friends.Models
Syntax
public class Member

Properties

Id

The ID of the member

Declaration
public string Id { get; }
Property Value
TypeDescription
String

Presence

The presence data of the member

Declaration
public Presence Presence { get; }
Property Value
TypeDescription
Presence

Profile

The profile data of the member

Declaration
public Profile Profile { get; }
Property Value
TypeDescription
Profile

Role

The member's role

Declaration
public MemberRole Role { get; }
Property Value
TypeDescription
MemberRole