v1.0.0
Latest
2020.3+
Class Member
The representation of a user in a relationship
Namespace: Unity.Services.Friends.Models
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 |