Enum Availability
The current availability of the player.
Namespace: Unity.Services.Friends.Models
Assembly: Unity.Services.Friends.dll
Syntax
[Preserve]
[JsonConverter(typeof(StringEnumConverter))]
public enum Availability
Fields
Name | Description |
---|---|
Away | Enum Away for value: AWAY |
Busy | Enum Busy for value: BUSY |
Invisible | Enum Invisible for value: INVISIBLE |
Offline | Enum Offline for value: OFFLINE |
Online | Enum Online for value: ONLINE |
Unknown | Enum Unknown for value: UNKNOWN |