Click or drag to resize

KeyboardManagerAdvancedKeyboard Property

Returns the AdvancedKeyboard

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 AdvancedKeyboard AdvancedKeyboard { get; }

Property Value

Type: AdvancedKeyboard
AdvancedKeyboard object if the device supports it, otherwise it throws an exception if exceptions are enabled through the ErrorManager singleton or null if exceptions are disabled.
Exceptions
ExceptionCondition
DeviceException - in case of unsupported device, when exceptions are enabled through the ErrorManager singleton.
Remarks

Returns the AdvancedKeyboard

object, which can be used to customize the keyboard configuration, read info about the currently installed keyboard and listen to some keyboard events.

[Android Documentation]

See Also