Android.Views.Window.RequestFeature Method
Enable extended screen features.

Syntax

[Android.Runtime.Register("requestFeature", "(I)Z", "GetRequestFeature_IHandler")]
public virtual bool RequestFeature ([Android.Runtime.GeneratedEnum] WindowFeatures featureId)

Parameters

featureId
The desired features, defined as constants by Window.

Returns

Documentation for this section has not yet been entered.

Remarks

Enable extended screen features. This must be called before setContentView(). May be called as many times as desired as long as it is before setContentView(). If not called, no extended features will be available. You can not turn off a feature once it is requested. You canot use other title features with Window.FEATURE_CUSTOM_TITLE.

[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