StateSet.IsWildCard(Int32[]) Method

Definition

Return whether the stateSetOrSpec is matched by all StateSets.

[Android.Runtime.Register("isWildCard", "([I)Z", "")]
public static bool IsWildCard (int[]? stateSetOrSpec);
[<Android.Runtime.Register("isWildCard", "([I)Z", "")>]
static member IsWildCard : int[] -> bool

Parameters

stateSetOrSpec
Int32[]

a state set or state spec.

Returns

Attributes

Remarks

Return whether the stateSetOrSpec is matched by all StateSets.

Java documentation for android.util.StateSet.isWildCard(int[]).

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.

Applies to