Share via


VibrationAttributes.IsFlagSet(Int32) Method

Definition

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.

Applies to