VibrationEffect.DefaultAmplitude Field

Definition

The default vibration strength of the device.

[Android.Runtime.Register("DEFAULT_AMPLITUDE", ApiSince=26)]
public const int DefaultAmplitude = -1;
[<Android.Runtime.Register("DEFAULT_AMPLITUDE", ApiSince=26)>]
val mutable DefaultAmplitude : int

Field Value

Value = -1

Implements

Attributes

Remarks

The default vibration strength of the device.

Java documentation for android.os.VibrationEffect.DEFAULT_AMPLITUDE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to