You usually use the play(_:) method of WKInterfaceDevice to handle the vibrations as well as vibrate. For your case you could use WKInterfaceDevice.current().play(.click) to only vibrate. You can check out WKHapticTypes for when to use which one.
Topic:
App & System Services
SubTopic:
Core OS
Tags: