VibratorManager.GetVibratorIds Method

Definition

List all available vibrator ids, returning a possible empty list.

[Android.Runtime.Register("getVibratorIds", "()[I", "GetGetVibratorIdsHandler", ApiSince=31)]
public abstract int[] GetVibratorIds ();
[<Android.Runtime.Register("getVibratorIds", "()[I", "GetGetVibratorIdsHandler", ApiSince=31)>]
abstract member GetVibratorIds : unit -> int[]

Returns

Int32[]

An array containing the ids of the vibrators available on the device.

Attributes

Remarks

List all available vibrator ids, returning a possible empty list.

Java documentation for android.os.VibratorManager.getVibratorIds().

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