HapticsPlugin

impact

impact(options: HapticsImpactOptions): void
Trigger a haptics "impact" feedback
options HapticsImpactOptions
Returns: void

selectionChanged

selectionChanged(): void
Trigger a selection changed haptic hint. If a selection was started already, this will cause the device to provide haptic feedback (on iOS at least)
Returns: void

selectionEnd

selectionEnd(): void
If selectionStart() was called, selectionEnd() ends the selection. For example, call this when a user has lifted their finger from a control
Returns: void

selectionStart

selectionStart(): void
Trigger a selection started haptic hint
Returns: void

vibrate

vibrate(): void
Vibrate the device
Returns: void
interface HapticsImpactOptions {
style : HapticsImpactStyle
}