VibrationEffect.BasicEnvelopeBuilder.AddControlPoint Method
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.
[Android.Runtime.Register("addControlPoint", "(FFJ)Landroid/os/VibrationEffect$BasicEnvelopeBuilder;", "", ApiSince=36)]
public Android.OS.VibrationEffect.BasicEnvelopeBuilder AddControlPoint(float intensity, float sharpness, long durationMillis);
[<Android.Runtime.Register("addControlPoint", "(FFJ)Landroid/os/VibrationEffect$BasicEnvelopeBuilder;", "", ApiSince=36)>]
member this.AddControlPoint : single * single * int64 -> Android.OS.VibrationEffect.BasicEnvelopeBuilder
Parameters
- intensity
- Single
- sharpness
- Single
- durationMillis
- Int64
Returns
- Attributes