Android.OS.Vibrator Members

The members of Android.OS.Vibrator are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
abstract
HasVibratorbool. Check whether the hardware has a vibrator.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.