UserState
User presence state.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.SocialPlatforms
- Assembly: UnityEngine.GameCenterModule
public enum UserState
Fields
Value | Description |
|---|---|
| Offline | The user is offline. |
| Online | The user is online. |
| OnlineAndAway | The user is online but away from their computer. |
| OnlineAndBusy | The user is online but set their status to busy. |
| Playing | The user is playing a game. |