Click or drag to resize

AdvancedKeyboardGetInfo Method

Gets the info related to the installed keyboard configuration.

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 AdvancedKeyboardInfo GetInfo()

Return Value

Type: AdvancedKeyboardInfo
The keyboard configuration info if available, otherwise it throws an exception if exceptions are enabled through the ErrorManager singleton or null if the exceptions are disabled.
Exceptions
ExceptionCondition
DeviceException - in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks

Gets the info related to the installed keyboard configuration.

[Android Documentation]

See Also