Documentation for this section has not yet been entered.
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.