public class SequenceStatePromptOptions extends SequenceState
SequenceState where the prompt is created the first time that getPrompt() is
called.| Constructor and Description |
|---|
SequenceStatePromptOptions(PromptOptions promptOptions)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
MaterialTapTargetPrompt |
getPrompt()
Get the stored prompt.
|
public SequenceStatePromptOptions(@NonNull
PromptOptions promptOptions)
promptOptions - The builder to create the prompt from.@Nullable public MaterialTapTargetPrompt getPrompt()
SequenceStategetPrompt in class SequenceState