Language

Navigation Enum

Definition

Enumerates values returned by several types.

public enum Navigation
type Navigation = 
Inheritance
Navigation

Fields

Name Value Description
Undefined 0

Constant for Navigation: a value indicating that no value has been set.

Nonav 1

Indicates that no navigation method is available, corresponding to the nonav resource qualifier.

Dpad 2

Indicates directional-pad navigation, corresponding to the dpad resource qualifier.

Trackball 3

Indicates trackball navigation, corresponding to the trackball resource qualifier.

Wheel 4

Indicates wheel navigation, corresponding to the wheel resource qualifier.

Remarks

Android platform documentation for android.content.res.Configuration.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to