Android.OS.Vibrator: Method Members

The methods of Android.OS.Vibrator are listed below. For a list of all members, see the Vibrator Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

abstract
Cancel()
Turn the vibrator off.
static
FromContext(Android.Content.Context) : Vibrator
Documentation for this section has not yet been entered.
Vibrate(long)
Vibrate constantly for the specified period of time.
Vibrate(long, Android.Media.AudioAttributes)
Vibrate constantly for the specified period of time.
Vibrate(long[], int)
Vibrate with a given pattern.
Vibrate(long[], int, Android.Media.AudioAttributes)
Vibrate with a given pattern.