# AndroidUIModeType

> Options to indicate the user interface mode of the device.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.Android](/engine/6000.6/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public enum AndroidUIModeType
```

## Remarks

Additional Resources: [AndroidConfiguration.uiModeType](/engine/6000.6/script-reference/unityengine/android/androidconfiguration/uimodetype.md)

## Fields

| Value                                                                                             | Description                                                   |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
| [Appliance](/engine/6000.6/script-reference/unityengine/android/androiduimodetype/appliance.md)   | Mirrors the Android property value `UI_MODE_TYPE_APPLIANCE`.  |
| [Car](/engine/6000.6/script-reference/unityengine/android/androiduimodetype/car.md)               | Mirrors the Android property value `UI_MODE_TYPE_CAR`.        |
| [Desk](/engine/6000.6/script-reference/unityengine/android/androiduimodetype/desk.md)             | Mirrors the Android property value `UI_MODE_TYPE_DESK`.       |
| [Normal](/engine/6000.6/script-reference/unityengine/android/androiduimodetype/normal.md)         | Mirrors the Android property value `UI_MODE_TYPE_NORMAL`.     |
| [Television](/engine/6000.6/script-reference/unityengine/android/androiduimodetype/television.md) | Mirrors the Android property value `UI_MODE_TYPE_TELEVISION`. |
| [Undefined](/engine/6000.6/script-reference/unityengine/android/androiduimodetype/undefined.md)   | Mirrors the Android property value `UI_MODE_TYPE_UNDEFINED`.  |
| [VrHeadset](/engine/6000.6/script-reference/unityengine/android/androiduimodetype/vrheadset.md)   | Mirrors the Android property value `UI_MODE_TYPE_VR_HEADSET`. |
| [Watch](/engine/6000.6/script-reference/unityengine/android/androiduimodetype/watch.md)           | Mirrors the Android property value `UI_MODE_TYPE_WATCH`.      |
