Share via


Vibrator.FrequencyProfile Property

Definition

Gets the profile that describes the vibrator output across the supported frequency range.

public virtual Android.OS.Vibrators.VibratorFrequencyProfile? FrequencyProfile { [Android.Runtime.Register("getFrequencyProfile", "()Landroid/os/vibrator/VibratorFrequencyProfile;", "GetGetFrequencyProfileHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getFrequencyProfile", "()Landroid/os/vibrator/VibratorFrequencyProfile;", "GetGetFrequencyProfileHandler", ApiSince=36)>]
member this.FrequencyProfile : Android.OS.Vibrators.VibratorFrequencyProfile

Property Value

The frequency profile for this vibrator, or null if the vibrator does not have frequency control. If this vibrator is a composite of multiple physical devices then this will return a profile supported in all devices, or null if the intersection is empty or not available.

Attributes

Remarks

Gets the profile that describes the vibrator output across the supported frequency range.

The profile describes the output acceleration that the device can reach when it vibrates at different frequencies.

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

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