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