VibratorManager.GetVibratorIds 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.
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
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.