tapticImpactOccurred abstract method

Future<VKWebAppBoolResult> tapticImpactOccurred(
  1. TapticStyle style
)

The event to call impactOccurred (https://developer.apple.com/documentation/uikit/uiimpactfeedbackgenerator/2374287-impactoccurred) in the Taptic Engine.

Platforms: iOS

style - the strength of vibration. Possible options: light, medium, heavy.

If successful, the generator reproduces a tactile response corresponding to the strength of the passed style parameter.

Implementation

Future<VKWebAppBoolResult> tapticImpactOccurred(TapticStyle style);