VibrationLong

data class VibrationLong(val value: Long) : Vibration

Used to wrap the Vibration interface due to typealias constraints

Only required when using Build.VERSION.SDK_INT 26 or lower

Parameters

value

The length of the Vibration in milliseconds

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long