Click or drag to resize

PhysicalKeyboardPolicy Class

The enumeration defines the layouts for external physical keyboard.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.PhysicalKeyboardPolicy

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class PhysicalKeyboardPolicy : Enum

The PhysicalKeyboardPolicy type exposes the following members.

Properties
NameDescription
Public propertyAutomatic
Layout set with the current Locale.
Public propertyCustom
User defined preference.
Public propertyDefault
Default layout for physical keyboards defined in Android.
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodFromInt
Retrieves the corresponding PhysicalKeyboardPolicy value, from a valid integer.
Public methodToInt
Converts the PhysicalKeyboardPolicy to its integer corresponding value.
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
The PhysicalKeyboardPolicy enumeration defines the layouts for external physical keyboard.

[Android Documentation]

See Also