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

      public SequenceStatePromptOptions​(@NonNull PromptOptions promptOptions)
      Constructor.
      Parameters:
      promptOptions - The builder to create the prompt from.
  • Method Details