# AndroidNavigation

> Options to indicate the type of navigation methods used on the device.

## Definition

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

```csharp
public enum AndroidNavigation
```

## Remarks

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

## Fields

| Value                                                                                           | Description                                                |
| ----------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| [Dpad](/engine/6000.7/script-reference/unityengine/android/androidnavigation/dpad.md)           | Mirrors the Android property value `NAVIGATION_DPAD`.      |
| [NoNav](/engine/6000.7/script-reference/unityengine/android/androidnavigation/nonav.md)         | Mirrors the Android property value `NAVIGATION_NONAV`.     |
| [TrackBall](/engine/6000.7/script-reference/unityengine/android/androidnavigation/trackball.md) | Mirrors the Android property value `NAVIGATION_TRACKBALL`. |
| [Undefined](/engine/6000.7/script-reference/unityengine/android/androidnavigation/undefined.md) | Mirrors the Android property value `NAVIGATION_UNDEFINED`. |
| [Wheel](/engine/6000.7/script-reference/unityengine/android/androidnavigation/wheel.md)         | Mirrors the Android property value `NAVIGATION_WHEEL`.     |
