VibrationIos

data class VibrationIos(val value: UIImpactFeedbackStyle) : Vibration

Used to wrap the Vibration interface due to typealias constraints

Parameters

value

a UIImpactFeedbackStyle object

Constructors

Link copied to clipboard
constructor(value: UIImpactFeedbackStyle)

Properties

Link copied to clipboard
val value: UIImpactFeedbackStyle