Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Navigation events to Swift SDK #156

Closed
4 tasks done
winsmith opened this issue Jun 3, 2024 · 0 comments · Fixed by #161
Closed
4 tasks done

Add Navigation events to Swift SDK #156

winsmith opened this issue Jun 3, 2024 · 0 comments · Fixed by #161
Assignees

Comments

@winsmith
Copy link
Contributor

winsmith commented Jun 3, 2024

Navigation signals are specific signals that have a source and target parameter and a specified signal type. Add functionality to the SDK that takes just a target and then sends a navigation signal with the correct format and the previous target as source.

Signal format is described in https://github.com/TelemetryDeck/web/issues/1491

Implementation could be in form that the SDK will keep the previous path in memory and then generates a navigation with from-to data whenever a new path is given.

@winsmith winsmith self-assigned this Jun 11, 2024
winsmith added a commit that referenced this issue Jun 14, 2024
Add convenience methods to SwiftSDK that allow the easier sending of navigational signals.

Fix #156
@winsmith winsmith linked a pull request Jun 14, 2024 that will close this issue
winsmith added a commit to TelemetryDeck/docs that referenced this issue Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant