VibratorFrequencyProfile.FrequenciesOutputAcceleration Property

Definition

Returns a SparseArray representing the vibrator's output acceleration capabilities across different frequencies.

public Android.Util.SparseArray FrequenciesOutputAcceleration { [Android.Runtime.Register("getFrequenciesOutputAcceleration", "()Landroid/util/SparseArray;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getFrequenciesOutputAcceleration", "()Landroid/util/SparseArray;", "", ApiSince=36)>]
member this.FrequenciesOutputAcceleration : Android.Util.SparseArray

Property Value

A map of frequencies (Hz) to maximum accelerations (Gs).

Attributes

Remarks

Returns a SparseArray representing the vibrator's output acceleration capabilities across different frequencies. This map defines the maximum acceleration the vibrator can achieve at each supported frequency.

The map's keys are frequencies in Hz, and the corresponding values are the maximum achievable output accelerations in Gs.

Java documentation for android.os.vibrator.VibratorFrequencyProfile.getFrequenciesOutputAcceleration().

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