Click or drag to resize

PropertyID.VirtualKeyboardVoiceTypingEnabled Field

Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to access to the Voice Typing, as default keyboard provided by Android.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 VirtualKeyboardVoiceTypingEnabled = "value"

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to access to the Voice Typing, as default keyboard provided by Android.

If this property is disabled, it prevents the Voice Typing from being available for text input. Disabling Voice Typing means that this keyboard will no longer appear when the user needs to input text.

This property is available only for Android GMS version.

Gboard is a Google's default virtual keyboard distributed with GMS version of Android, offering seamless integration with Google services, predictive text, voice typing, and multilingual support. The Gboard is enable by default and it is also the default option provided to the user. Voice Typing is a Google's built-in voice recognition feature in Android that allows users to input text by speaking. It enables hands-free text entry through accurate speech-to-text conversion. The Voice Typing is enable by default.

The keyboard shown to the user by default can be defined though VIRTUAL_KEYBOARD_PROFILE

The class of the property is BooleanProperty.

[Android Documentation]

See Also