Type Alias HapticKind

HapticKind: "light" | "medium" | "heavy"

Intensity hint for requestHapticFeedback(). The SDK maps this to a platform-appropriate buzz when the device supports it (Web Vibration API on Android Chrome / iOS Safari). Silently no-ops when not.

  • light — ~10ms, used for taps and confirmations.
  • medium — ~20ms, used for selection changes.
  • heavy — ~40ms, used for impacts and damage.