Android.Views.Window.SetFeatureInt Method
Set the integer value for a feature.

Syntax

[Android.Runtime.Register("setFeatureInt", "(II)V", "GetSetFeatureInt_IIHandler")]
public abstract void SetFeatureInt ([Android.Runtime.GeneratedEnum] WindowFeatures featureId, int value)

Parameters

featureId
The desired feature to change. Features are constants defined by Window.
value
The value for the feature. The interpretation of this value is feature-specific.

Remarks

Set the integer value for a feature. The range of the value depends on the feature being set. For FEATURE_PROGRESSS, it should go from 0 to 10000. At 10000 the progress is complete and the indicator hidden.

[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