public interface OnShowcaseEventListener
| Modifier and Type | Field and Description |
|---|---|
static OnShowcaseEventListener |
NONE
Empty implementation of OnShowcaseViewEventListener such that null
checks aren't needed
|
| Modifier and Type | Method and Description |
|---|---|
void |
onShowcaseViewDidHide(ShowcaseView showcaseView)
Called when the animation hiding the ShowcaseView has finished, and it is no longer visible on the screen.
|
void |
onShowcaseViewHide(ShowcaseView showcaseView)
Called when the ShowcaseView has been told to hide.
|
void |
onShowcaseViewShow(ShowcaseView showcaseView)
Called when the ShowcaseView is shown.
|
void |
onShowcaseViewTouchBlocked(android.view.MotionEvent motionEvent)
Called when the user has touched on the ShowcaseView, but the touch was blocked
|
static final OnShowcaseEventListener NONE
void onShowcaseViewHide(ShowcaseView showcaseView)
onShowcaseViewDidHide(ShowcaseView)
if you want to know when the ShowcaseView has been fully hidden.void onShowcaseViewDidHide(ShowcaseView showcaseView)
void onShowcaseViewShow(ShowcaseView showcaseView)
void onShowcaseViewTouchBlocked(android.view.MotionEvent motionEvent)
motionEvent - the blocked event