MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / hapticSelectionEnd

Function hapticSelectionEnd

core/src/utils/native/haptic.ts:169–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 * called lest resources are not properly recycled.
168 */
169export const hapticSelectionEnd = () => {
170 hapticAvailable() && HapticEngine.selectionEnd();
171};
172
173/**
174 * Use this to indicate success/failure/warning to the user.

Callers 4

scrollCallbackMethod · 0.90
onEndMethod · 0.90
decelerateMethod · 0.90

Calls 1

hapticAvailableFunction · 0.85

Tested by

no test coverage detected