isHapticFeedbackEnabled

True to enable haptic feedback whenever a snap occurs (if supported by the device), false otherwise. Enables haptic feedback whenever a snap occurs to a feature or graphic from a com.arcgismaps.mapping.view.geometryeditor.SnapSource, or geometry guide.

Haptic feedback capabilities vary depending on the Android API level and hardware of the device your app is running on. When the snap occurs and the com.arcgismaps.mapping.view.geometryeditor.SnapState is com.arcgismaps.mapping.view.geometryeditor.SnapState.SnappedToFeature or com.arcgismaps.mapping.view.geometryeditor.SnapState.SnappedToGeometryGuide, the Android View.performHapticFeedback method is called with a value of HapticFeedbackConstants.CONTEXT_CLICK. No haptic feedback is performed for com.arcgismaps.mapping.view.geometryeditor.SnapState.Unsnapped This property will have no effect if the end user's device does not support haptic feedback.

If you want to implement your own haptics experience instead, set this boolean to false and trigger your own custom haptics by listening to the com.arcgismaps.mapping.view.geometryeditor.GeometryEditor.snapChanged event.

The default value is true.

Since

200.6.0