# AndroidNavigationHidden

> Options to indicate whether the 5-way or DPAD navigation methods are available on the device.

## Definition

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

```csharp
public enum AndroidNavigationHidden
```

## Remarks

Additional Resources: [\_navigationHidden](/engine/6000.7/script-reference/unityengine/android/androidconfiguration/navigationhidden.md)

## Fields

| Value                                                                                                 | Description                                                      |
| ----------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| [No](/engine/6000.7/script-reference/unityengine/android/androidnavigationhidden/no.md)               | Mirrors the Android property value `NAVIGATIONHIDDEN_NO`.        |
| [Undefined](/engine/6000.7/script-reference/unityengine/android/androidnavigationhidden/undefined.md) | Mirrors the Android property value `NAVIGATIONHIDDEN_UNDEFINED`. |
| [Yes](/engine/6000.7/script-reference/unityengine/android/androidnavigationhidden/yes.md)             | Mirrors the Android property value `NAVIGATIONHIDDEN_YES`.       |
