-
Notifications
You must be signed in to change notification settings - Fork 416
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
notify user to clean up #1
Comments
There is currently no method to check whether TourGuide is showing or cleaned up. If it is implemented, it will look something like this I will consider adding this method. For cleaning up, you can use |
yes we want |
I think what you need is By using SharedPreference, key-value pairs can be stored in an Android device. You can use this to set a flag to indicate whether TourGuide has already been shown or not. |
Thanks, |
Thanks for the suggestion, I will implement a method called |
I added this to the todo list in the Roadmap (check here), so I will close this issue for now. |
Is there any method to check for tour guide is finished or clean up notification
The text was updated successfully, but these errors were encountered: