-
Notifications
You must be signed in to change notification settings - Fork 163
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
How to know tour is closed/complete #62
Comments
For some reason, there doesn't seem to be an actual sequence listener, but you can sort of reconstruct the sequence like this:
The |
In my case, I am showing multiple screen using the SpotlightSequence, SpotlightSequence.getInstance(MainActivity.this, null) here how can I add the listener in the sequence? |
I want to run a function when the tour is complete. How would I do it?
The text was updated successfully, but these errors were encountered: