Android.OS.Vibrator Class
Class that operates the vibrator on the device.

See Also: Vibrator Members

Syntax

[Android.Runtime.Register("android/os/Vibrator", DoNotGenerateAcw=true)]
public abstract class Vibrator : Java.Lang.Object

Remarks

Class that operates the vibrator on the device. To obtain an instance of the system vibrator, call Android.Content.Context.GetSystemService(string) with Android.Content.Context.VibratorService as the argument.

If your process exits, any vibration you started will stop.

[Android Documentation]

Requirements

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