Click or drag to resize

KeyboardManagerLockInput Method

Locks or unlocks the input from keyboard and physical buttons.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public virtual int LockInput (bool lock);

Parameters

lock
Type: System.Boolean
boolean it specifies whether or not the keyboard will be locked.

Return Value

Type: System.Int32
int DeviceException.SUCCESS in case of success, otherwise a possible error code, matching one of the DeviceException error constants.

Exceptions
Exception Condition
DeviceException in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks
Locks or unlocks the input from keyboard and physical buttons.

[Android Documentation]

See Also

Reference