# uiModeNight

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

## Definition

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

```csharp
public AndroidUIModeNight uiModeNight { 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\_NIGHT\_MASK](https://developer.android.com/reference/android/content/res/Configuration#UI_MODE_NIGHT_MASK).

Additional Resources: [AndroidUIModeNight](/engine/6000.7/script-reference/unityengine/android/androiduimodenight.md)
