VibratorFrequencyProfile.MaxFrequencyHz Property

Definition

Gets the maximum frequency supported by the vibrator.

public float MaxFrequencyHz { [Android.Runtime.Register("getMaxFrequencyHz", "()F", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getMaxFrequencyHz", "()F", "", ApiSince=36)>]
member this.MaxFrequencyHz : single

Property Value

the maximum frequency supported by the vibrator, in hertz.

Attributes

Remarks

Gets the maximum frequency supported by the vibrator.

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

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