amplitude / Amplitude-Swift

Native iOS/tvOS/macOS/watchOS SDK
MIT License
26 stars 20 forks source link

feat: add support for gesture recognizer autocapture #196

Closed PouriaAmini closed 1 month ago

PouriaAmini commented 1 month ago

Summary

This PR adds support for gesture recognizer autocapture. A new property will be added to the [Amplitude] User Interaction event.

New property

[Amplitude] Gesture Recognizer: The class of the gesture recognizer that recognized a gesture. Possible values are Tap, Pinch, Rotation, Swipe, Pan, Screen Edge Pan, Long Press, and Custom Gesture for gestures recognized by a custom UIGestureRecognizer.

Checklist