AccessibilityService.ShowModeIgnoreHardKeyboard Field

Definition

Caution

This constant will be removed in the future version. Use Android.AccessibilityServices.AccessibilityServiceShowMode enum directly instead of this field.

Allow the soft keyboard to be shown, even if a hard keyboard is connected

[Android.Runtime.Register("SHOW_MODE_IGNORE_HARD_KEYBOARD", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.AccessibilityServiceShowMode enum directly instead of this field.", true)]
public const Android.AccessibilityServices.AccessibilityServiceShowMode ShowModeIgnoreHardKeyboard = 2;
[<Android.Runtime.Register("SHOW_MODE_IGNORE_HARD_KEYBOARD", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.AccessibilityServiceShowMode enum directly instead of this field.", true)>]
val mutable ShowModeIgnoreHardKeyboard : Android.AccessibilityServices.AccessibilityServiceShowMode

Field Value

Value = 2
Attributes

Remarks

Allow the soft keyboard to be shown, even if a hard keyboard is connected

Java documentation for android.accessibilityservice.AccessibilityService.SHOW_MODE_IGNORE_HARD_KEYBOARD.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to