StateSet.IsWildCard(Int32[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.