-
@Deprecated(message = Replaced by wear compose) public interface RotaryHapticHandler
Handles haptics for rotary usage
-
-
Method Summary
Modifier and Type Method Description abstract UnithandleScrollHaptic(Float scrollDelta)Handles haptics when scroll is used abstract UnithandleSnapHaptic(Float scrollDelta)Handles haptics when scroll with snap is used -
-
Method Detail
-
handleScrollHaptic
abstract Unit handleScrollHaptic(Float scrollDelta)
Handles haptics when scroll is used
-
handleSnapHaptic
abstract Unit handleSnapHaptic(Float scrollDelta)
Handles haptics when scroll with snap is used
-
-
-
-