Android.Views.Window.Features Property
Return the feature bits that are enabled.

Syntax

[get: Android.Runtime.Register("getFeatures", "()I", "GetGetFeaturesHandler")]
protected int Features { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the feature bits that are enabled. This is the set of features that were given to requestFeature(), and are being handled by this Window itself or its container. That is, it is the set of requested features that you can actually use.

To do: add a public version of this API that allows you to check for features by their feature ID.

[Android Documentation]

Requirements

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