tapticSelectionChanged abstract method

Future<VKWebAppBoolResult> tapticSelectionChanged()

The event to call selectionChanged (https://developer.apple.com/documentation/uikit/uiselectionfeedbackgenerator/2374284-selectionchanged) on the Taptic Engine.

This method tells the generator that the user has changed the selection. In response, the generator can reproduce appropriate tactile signals. Do not use this type of feedback when the user makes or confirms a choice; only use it when changing selection.

Platforms: iOS

history - flag for configuring the browser to work with swipe on iOS.

Implementation

Future<VKWebAppBoolResult> tapticSelectionChanged();