---
title: "HapticFeedback"
description: "Interface for haptic feedback."
type: "interface"
---

<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>



```kotlin
interface HapticFeedback
```


Interface for haptic feedback.


## Functions

```kotlin
fun performHapticFeedback(hapticFeedbackType: HapticFeedbackType)
```


Provide haptic feedback to the user.



