All Classes

Class Description
ActivityResourceFinder
ResourceFinder implementation for Activity.
CirclePromptBackground
PromptBackground implementation that renders the prompt background as a circle.
CirclePromptFocal
Prompt focal implementation to draw the focal as a circle.
DialogResourceFinder
ResourceFinder implementation for Dialog.
FullscreenPromptBackground
PromptBackground implementation that renders the prompt background as a rectangle.
ImmersiveModeCompatPromptBackground
ImmersiveModeCompatPromptBackground implementation that renders the prompt background as a rectangle for supporting immersive mode.
MaterialTapTargetPrompt
A Material Design tap target onboarding implementation.
MaterialTapTargetPrompt.Builder
A builder to create a MaterialTapTargetPrompt instance.
MaterialTapTargetPrompt.PromptStateChangeListener
Interface definition for a callback to be invoked when a prompts state changes.
MaterialTapTargetSequence
A Sequence of prompts to be shown one after another
MaterialTapTargetSequence.SequenceCompleteListener
Interface definition for a callback to be invoked when a sequence completes.
PromptBackground
Used to render the prompt background.
PromptFocal
Used to render the prompt focal.
PromptOptions<T extends PromptOptions>
Contains all the settings for creating a prompt.
PromptText  
PromptUtils
Useful methods for prompts that don't fit else where.
RectanglePromptBackground
PromptBackground implementation that renders the prompt background as a rectangle.
RectanglePromptFocal
Prompt focal implementation to draw the focal as a rectangle.
ResourceFinder
Interface used to find resources required by MaterialTapTargetPrompt.
SequenceItem
Represents a prompt to display in a sequence.
SequenceItemShowFor
Shows a prompt in a sequence for the supplied milliseconds.
SequenceState
Stores a prompt for a SequenceItem in a sequence.
SequenceStatePromptOptions
A SequenceState where the prompt is created the first time that getPrompt() is called.
SupportFragmentResourceFinder
ResourceFinder implementation for Fragment.