Enum RelationshipType
The relationship type between members
Namespace: Unity.Services.Friends.Models
Assembly: Unity.Services.Friends.dll
Syntax
[Preserve]
[JsonConverter(typeof(StringEnumConverter))]
public enum RelationshipType
Fields
| Name | Description |
|---|---|
| BLOCK | |
| Block | Enum Block for value: BLOCK |
| FRIEND | |
| FRIEND_REQUEST | |
| Friend | Enum Friend for value: FRIEND |
| FriendRequest | Enum FriendRequest for value: FRIEND_REQUEST |