Android.Content.Res.Configuration.HardKeyboardHidden Property
A flag indicating whether the hard keyboard has been hidden.

Syntax

[Android.Runtime.Register("hardKeyboardHidden")]
public HardKeyboardHidden HardKeyboardHidden { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

A flag indicating whether the hard keyboard has been hidden. This will be set on a device with a mechanism to hide the keyboard from the user, when that mechanism is closed. One of: Configuration.HARDKEYBOARDHIDDEN_NO, Configuration.HARDKEYBOARDHIDDEN_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 3