v1.0.0
Latest
2020.3+
Class Relationship
The representation of a relationship between members
Namespace: Unity.Services.Friends.Models
Syntax
public class Relationship
Properties
Id
The id of the relationship
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
String |
Member
The member with whom the current user has the relationship
Declaration
public Member Member { get; }
Property Value
Type | Description |
---|---|
Member |
Type
The type of relationship
Declaration
public RelationshipType Type { get; }
Property Value
Type | Description |
---|---|
RelationshipType |