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

23 lines
528 B
Markdown

---
title: KMManager.getHapticFeedback()
---
## Summary
The **getHapticFeedback()** method returns whether the device vibrates as the user types.
## Syntax
```java
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
* [setHapticFeedback](setHapticFeedback)