Share via


Vibrator.AreEnvelopeEffectsSupported Method

Definition

Checks whether the vibrator supports the creation of envelope effects.

[Android.Runtime.Register("areEnvelopeEffectsSupported", "()Z", "GetAreEnvelopeEffectsSupportedHandler", ApiSince=36)]
public virtual bool AreEnvelopeEffectsSupported();
[<Android.Runtime.Register("areEnvelopeEffectsSupported", "()Z", "GetAreEnvelopeEffectsSupportedHandler", ApiSince=36)>]
abstract member AreEnvelopeEffectsSupported : unit -> bool
override this.AreEnvelopeEffectsSupported : unit -> bool

Returns

True if the hardware supports creating envelope effects, false otherwise.

Attributes

Remarks

Checks whether the vibrator supports the creation of envelope effects.

Envelope effects are defined by a series of frequency-amplitude pairs with specified transition times, allowing the creation of more complex vibration patterns.

Java documentation for android.os.Vibrator.areEnvelopeEffectsSupported().

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