Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

How to dismiss showcaseview and move to next #3

Closed
suyashm002 opened this issue Feb 12, 2018 · 1 comment
Closed

How to dismiss showcaseview and move to next #3

suyashm002 opened this issue Feb 12, 2018 · 1 comment

Comments

@suyashm002
Copy link

Hey its is a good library but i didn't find how to dismiss showcase view t

@mreram
Copy link
Owner

mreram commented Feb 12, 2018

hi thanks, you can call dismiss() method on instance of GuideView for example:
GuideView mGuideView = builder.build();
mGuideView.dismiss();

you can see sample usage:
https://github.com/mreram/ShowCaseView/blob/master/app/src/main/java/ir/smartdevelop/eram/showcaseview/MainActivity.java

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants