MaterialShowcaseView icon indicating copy to clipboard operation
MaterialShowcaseView copied to clipboard

Sequence finished

Open Shanannigans opened this issue 9 years ago • 2 comments

Is there a callback/method to find out when a sequence was finished? I would need to know when a user has finished the tutorial. Currently I add a listener to the last item, but I don't want to depend on this item in case there is a problem with getting the view (targetview is an item in a recyclerview).

Shanannigans avatar Sep 02 '16 11:09 Shanannigans

Something like the old

.setShowcaseEventListener(new SimpleShowcaseEventListener() {
						@Override
						public void onShowcaseViewHide(ShowcaseView showcaseView) {
						}
					})

EmmanuelMess avatar Apr 16 '19 11:04 EmmanuelMess

Is there a callback/method to find out when a sequence was finished? I would need to know when a user has finished the tutorial. Currently I add a listener to the last item, but I don't want to depend on this item in case there is a problem with getting the view (targetview is an item in a recyclerview).

How do you get for example the second or the last View?

aiko929 avatar Nov 21 '21 17:11 aiko929