public class SequenceItemShowFor extends SequenceItem
| Constructor and Description |
|---|
SequenceItemShowFor(SequenceState state,
long milliseconds)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
show(MaterialTapTargetPrompt prompt)
Show the created prompt for this sequence item.
|
addStateChanger, clearStateChangers, dismiss, finish, getState, onItemComplete, onPromptStateChanged, removeStateChanger, setSequenceListener, showpublic SequenceItemShowFor(@NonNull
SequenceState state,
long milliseconds)
state - The prompt that this item will show.milliseconds - The number of milliseconds to show the prompt for.protected void show(@NonNull
MaterialTapTargetPrompt prompt)
SequenceItemshow in class SequenceItemprompt - The prompt to show, this will never be null here.