Android.Util.StateSet Class
State sets are arrays of positive ints where each element represents the state of a Android.Views.View (e.g. focused, selected, visible, etc.

See Also: StateSet Members

Syntax

[Android.Runtime.Register("android/util/StateSet", DoNotGenerateAcw=true)]
public class StateSet : Java.Lang.Object

Remarks

State sets are arrays of positive ints where each element represents the state of a Android.Views.View (e.g. focused, selected, visible, etc.). A Android.Views.View may be in one or more of those states. A state spec is an array of signed ints where each element represents a required (if positive) or an undesired (if negative) Android.Views.View state. Utils dealing with state sets. In theory we could encapsulate the state set and state spec arrays and not have static methods here but there is some concern about performance since these methods are called during view drawing.

[Android Documentation]

Requirements

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