public interface ShowcaseViewApi
| Modifier and Type | Method and Description |
|---|---|
void |
hide() |
boolean |
isShowing() |
void |
setBlocksTouches(boolean blockTouches) |
void |
setButtonPosition(android.widget.RelativeLayout.LayoutParams layoutParams) |
void |
setContentText(CharSequence text) |
void |
setContentTitle(CharSequence title) |
void |
setHideOnTouchOutside(boolean hideOnTouch) |
void |
setStyle(int theme) |
void |
show() |
void hide()
void show()
void setContentTitle(CharSequence title)
void setContentText(CharSequence text)
void setButtonPosition(android.widget.RelativeLayout.LayoutParams layoutParams)
void setHideOnTouchOutside(boolean hideOnTouch)
void setBlocksTouches(boolean blockTouches)
void setStyle(int theme)
boolean isShowing()