spiegel-keyman/android/docs/engine/KMManager/getHapticFeedback.md
2024-10-31 10:08:17 +07:00

528 B

title
KMManager.getHapticFeedback()

Summary

The getHapticFeedback() method returns whether the device vibrates as the user types.

Syntax

KMManager.getHapticFeedback()

Returns

Returns true if the device vibrates as the user types, false otherwise.

Description

Use this method to check if the device is currently configured to provide haptic feedback. Default is false.

History

Keyman Engine for Android 15.0: New function.

See also