ConfigurationInfo.ReqInputFeatures Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flags associated with the input features.
[Android.Runtime.Register("reqInputFeatures")]
public Android.Content.PM.InputFeature ReqInputFeatures { get; set; }
[<Android.Runtime.Register("reqInputFeatures")>]
member this.ReqInputFeatures : Android.Content.PM.InputFeature with get, set
Property Value
- Attributes
Remarks
Flags associated with the input features. Any combination of #INPUT_FEATURE_HARD_KEYBOARD
, #INPUT_FEATURE_FIVE_WAY_NAV
Java documentation for android.content.pm.ConfigurationInfo.reqInputFeatures
.
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.