Class SequenceItemShowFor

    • Constructor Detail

      • SequenceItemShowFor

        public SequenceItemShowFor​(@NonNull
                                   SequenceState state,
                                   long milliseconds)
        Constructor.
        Parameters:
        state - The prompt that this item will show.
        milliseconds - The number of milliseconds to show the prompt for.
    • Method Detail

      • show

        protected void show​(@NonNull
                            MaterialTapTargetPrompt prompt)
        Description copied from class: SequenceItem
        Show the created prompt for this sequence item.
        Overrides:
        show in class SequenceItem
        Parameters:
        prompt - The prompt to show, this will never be null here.