--- 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)