MaterialShowcaseView
MaterialShowcaseView copied to clipboard
Dismissed reason?
Thanks for this good library. This is a question, not issue.
There are 3 ways to dismiss the MaterialShowcaseView
- Touch on showcase target
- Click on dismiss text button
- Touch outside (anywhere except target and dismiss text button)
When the showcase view was dismissed, how could I know which one is the reason to cause the showcase view dismissed? (for example, in my onShowcaseDismissed() implementation of IShowcaseListener, how to distinguish between these possible dismiss reasons?)