tapticNotificationOccurred abstract method

Future<VKWebAppBoolResult> tapticNotificationOccurred(
  1. TapticType type
)

An event for calling notificationOccurred (https://developer.apple.com/documentation/uikit/uinotificationfeedbackgenerator/2369826-notificationoccurred) in the Taptic Engine.

This method informs the generator that the task or action was successfully completed, failed, or issued a warning. In response, the generator can play the appropriate tactile signals based on the supplied type value.

Platforms: iOS

type - the type of notification.

If successful, the generator reproduces the tactile response corresponding to the passed parameter.

Implementation

Future<VKWebAppBoolResult> tapticNotificationOccurred(TapticType type);