VibrationAttributes.IsFlagSet(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.
Check whether a flag is set
[Android.Runtime.Register("isFlagSet", "(I)Z", "", ApiSince=30)]
public bool IsFlagSet (int flag);
[<Android.Runtime.Register("isFlagSet", "(I)Z", "", ApiSince=30)>]
member this.IsFlagSet : int -> bool
Parameters
- flag
- Int32
Returns
true if a flag is set and false otherwise
- Attributes
Remarks
Check whether a flag is set
Java documentation for android.os.VibrationAttributes.isFlagSet(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.