Click or drag to resize

KeyboardType Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.InfoKeyboardType

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

The KeyboardType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAlphaNumeric
Alpha Numeric keyboard
Public propertyStatic memberEBusiness
E-Business keyboard
Public propertyStatic memberFullAlphaNumeric
Full Alpha Numeric keyboard
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberNone
Unit has no keyboard attached
Public propertyStatic memberNumeric
Numeric keyboard
Public propertyStatic memberQwerty
Qwerty keyboard
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
The KeyboardType enumeration lists keyboard type codes.

[Android Documentation]

See Also