VibrationWatchos

data class VibrationWatchos(val value: WKHapticType) : Vibration

Used to wrap the Vibration interface due to typealias constraints

Parameters

value

a WKHapticType object

Constructors

Link copied to clipboard
constructor(value: WKHapticType)

Properties

Link copied to clipboard
val value: WKHapticType