# iOSAppInBackgroundBehavior

> Application behavior when entering background.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public enum iOSAppInBackgroundBehavior
```

## Fields

| Value                                                                                        | Description                                                                                                                                          |
| -------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Custom](/engine/6000.6/script-reference/unityeditor/iosappinbackgroundbehavior/custom.md)   | Custom background behavior, see [iOSBackgroundMode](/engine/6000.6/script-reference/unityeditor/iosbackgroundmode.md) for specific background modes. |
| [Suspend](/engine/6000.6/script-reference/unityeditor/iosappinbackgroundbehavior/suspend.md) | Application should suspend execution when entering background.                                                                                       |
