# uiModeType

> Mirrors the Android property uiMode based on the UI_MODE_TYPE_MASK value.

## Definition

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

```csharp
public AndroidUIModeType uiModeType { get; }
```

### Remarks

For information about this property, refer to the Android developer documentation on [uiMode](https://developer.android.com/reference/android/content/res/Configuration#uiMode) and [UI\_MODE\_TYPE\_MASK](https://developer.android.com/reference/android/content/res/Configuration#UI_MODE_TYPE_MASK).

Additional Resources: [AndroidUIModeType](/engine/6000.5/script-reference/unityengine/android/androiduimodetype.md)
