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

Extended the newVisit capabilities #105

Merged
merged 1 commit into from Jun 3, 2023

Conversation

EPNW-Eric
Copy link
Contributor

We encountered the problem that we needed to start new visit while the tracker was already initialized, so the newVisit parameter in the initialize method wasn't sufficient anymore.

The solution is now to add a newVisit parameter to (nearly) every track... method to make that action the start of a new visit. Out of convenience for most users (which I imagine to only ever start a new visit on app launch), the newVisit in initialize is still there.

The additional documentation (hopefully) decribes the relationship between the initialize and the track... newVisit parameters.

@TesteurManiak TesteurManiak merged commit d78de81 into Floating-Dartists:dev Jun 3, 2023
2 checks passed
@EPNW-Eric EPNW-Eric deleted the more_new_visit branch June 4, 2023 13:28
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 this pull request may close these issues.

None yet

2 participants