java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.configuration.PhysicalKeyboardPolicy |
The PhysicalKeyboardPolicy
enumeration defines the layouts for external physical keyboard.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PhysicalKeyboardPolicy | AUTOMATIC | Layout set with the current Locale. | |||||||||
PhysicalKeyboardPolicy | CUSTOM | User defined preference. | |||||||||
PhysicalKeyboardPolicy | DEFAULT | Default layout for physical keyboards defined in Android. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding PhysicalKeyboardPolicy value, from a valid integer.
| |||||||||||
Converts the PhysicalKeyboardPolicy to its integer corresponding value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Layout set with the current Locale. Physical Keyboard is defined by system language.
User defined preference.
Physical Keyboard Layout is defined by PHYSICAL_KEYBOARD_PROFILE
.
Default layout for physical keyboards defined in Android.
Retrieves the corresponding PhysicalKeyboardPolicy value, from a valid integer.
n | int |
---|
Converts the PhysicalKeyboardPolicy to its integer corresponding value.