mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
23 lines
528 B
Markdown
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)
|