Vibrator.EnvelopeEffectInfo 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.
Retrieves the vibrator's capabilities and limitations for envelope effects.
public virtual Android.OS.Vibrators.VibratorEnvelopeEffectInfo EnvelopeEffectInfo { [Android.Runtime.Register("getEnvelopeEffectInfo", "()Landroid/os/vibrator/VibratorEnvelopeEffectInfo;", "GetGetEnvelopeEffectInfoHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getEnvelopeEffectInfo", "()Landroid/os/vibrator/VibratorEnvelopeEffectInfo;", "GetGetEnvelopeEffectInfoHandler", ApiSince=36)>]
member this.EnvelopeEffectInfo : Android.OS.Vibrators.VibratorEnvelopeEffectInfo
Property Value
The vibrator's envelope effect information, or null if not supported. 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
Retrieves the vibrator's capabilities and limitations for envelope effects.
These parameters can be used with VibrationEffect.WaveformEnvelopeBuilder
to create custom envelope effects.
Java documentation for android.os.Vibrator.getEnvelopeEffectInfo()
.
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.