Class SequenceStatePromptOptions
java.lang.Object
uk.co.samuelwall.materialtaptargetprompt.extras.sequence.SequenceState
uk.co.samuelwall.materialtaptargetprompt.extras.sequence.SequenceStatePromptOptions
public class SequenceStatePromptOptions extends SequenceState
A
SequenceState
where the prompt is created the first time that getPrompt()
is
called.-
Constructor Summary
Constructors Constructor Description SequenceStatePromptOptions(PromptOptions promptOptions)
Constructor. -
Method Summary
Modifier and Type Method Description MaterialTapTargetPrompt
getPrompt()
Get the stored prompt.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SequenceStatePromptOptions
Constructor.- Parameters:
promptOptions
- The builder to create the prompt from.
-
-
Method Details
-
getPrompt
Description copied from class:SequenceState
Get the stored prompt.- Overrides:
getPrompt
in classSequenceState
- Returns:
- The prompt.
-