MaterialShowcaseView icon indicating copy to clipboard operation
MaterialShowcaseView copied to clipboard

Dismissed reason?

Open yhuiyang opened this issue 8 years ago • 0 comments

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?)

yhuiyang avatar Sep 09 '16 07:09 yhuiyang