Click or drag to resize

KeyboardWedge Class

KeyboardWedge
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.KeyboardWedge

Namespace: Com.Datalogic.Decode.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class KeyboardWedge : PropertyGroup

The KeyboardWedge type exposes the following members.

Constructors
NameDescription
Public methodKeyboardWedge
Initializes a new instance of the KeyboardWedge class
Public methodKeyboardWedge
Initializes a new instance of the KeyboardWedge class
Top
Properties
NameDescription
Public propertyEnable
enable enables the keystroke mode.
Public propertyJniPeerMembers
To be added.
Public propertyNonPrintableKeyEventDelay
nonPrintableKeyEventDelay represents a delay applied before and after every non printable character.
Public propertyOnlyOnFocus
onlyOnFocus enables the input of the keystrokes only in input areas with active focus and an IME active, such as a touch keyboard.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyWedgeMode
wedgeMode indicates the method by which the KeyboardWedge operates.
Top
Remarks
KeyboardWedge is the class that configures the Decode Wedge capability with the keystroke mode.

[Android Documentation]

See Also