VibrationEffectCompositionDelayType Enum
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.
Defines vibration effect composition delay type values used by the Android OS API.
public enum VibrationEffectCompositionDelayType
type VibrationEffectCompositionDelayType =
- Inheritance
-
VibrationEffectCompositionDelayType
Fields
| Name | Value | Description |
|---|---|---|
| Pause | 0 | The delay represents a pause in the composition between the end of the previous primitive and the beginning of the next one. |
| RelativeStartOffset | 1 | The delay represents an offset before starting this primitive, relative to the start time of the previous primitive in the composition. |
Remarks
Provides Android OS API values for VibrationEffectCompositionDelayType.
Java documentation for android.os.VibrationEffect.Composition.
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.