VibratorFrequencyProfile.FrequenciesOutputAcceleration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.