Android.Views.InputDevice.Vibrator Property
Gets the vibrator service associated with the device, if there is one.

Syntax

[get: Android.Runtime.Register("getVibrator", "()Landroid/os/Vibrator;", "GetGetVibratorHandler")]
public Android.OS.Vibrator Vibrator { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the vibrator service associated with the device, if there is one. Even if the device does not have a vibrator, the result is never null. Use Android.OS.Vibrator.HasVibrator to determine whether a vibrator is present. Note that the vibrator associated with the device may be different from the system vibrator. To obtain an instance of the system vibrator instead, call Android.Content.Context.GetSystemService(string) with Android.Content.Context.VibratorService as argument.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16