iOSAppInBackgroundBehavior
Application behavior when entering background.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum iOSAppInBackgroundBehavior
Fields
Value | Description |
|---|---|
| Custom | Custom background behavior, see iOSBackgroundMode for specific background modes. |
| Suspend | Application should suspend execution when entering background. |