Click or drag to resize

AdvancedKeyboardCurrentLayoutIndex Property

Gets the index of the current layout in which the keyboard is.

Namespace:  Com.Datalogic.Device.Input
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual int CurrentLayoutIndex { get; }

Property Value

Type: Int32
The layout index (0 is the default layout). If there is an error in reading this value, it will throw an exception if exceptions are enabled through the ErrorManager singleton or return [!:NoType:http://datalogic.github.io/android-sdk-docs/reference/java/lang/Integer;Href=http://datalogic.github.io/android-sdk-docs/reference/java/lang/Integer.html#MIN_VALUE] if exceptions are disabled.
Exceptions
ExceptionCondition
DeviceException - in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks

Gets the index of the current layout in which the keyboard is.

[Android Documentation]

See Also