Android.Content.Res.Configuration.KeyboardHidden Property
A flag indicating whether any keyboard is available.

Syntax

[Android.Runtime.Register("keyboardHidden")]
public KeyboardHidden KeyboardHidden { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

A flag indicating whether any keyboard is available. Unlike Configuration.HardKeyboardHidden, this also takes into account a soft keyboard, so if the hard keyboard is hidden but there is soft keyboard available, it will be set to NO. Value is one of: Configuration.KEYBOARDHIDDEN_NO, Configuration.KEYBOARDHIDDEN_YES.

[Android Documentation]

Requirements

Namespace: Android.Content.Res
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1