1

I was looking for selectionChanged() for android. I found some constants on android but nothing for 'selectionChanged' : https://developer.android.com/reference/android/os/VibrationEffect

Here is apple doc: https://developer.apple.com/documentation/uikit/uiselectionfeedbackgenerator/2374284-selectionchanged

Which could be the equivalent for android ?

Gilberto Ibarra
  • 2,849
  • 2
  • 27
  • 38

1 Answers1

0
performHapticFeedback...

This is the native way

Gilberto Ibarra
  • 2,849
  • 2
  • 27
  • 38