Interface MaterialTapTargetSequence.SequenceCompleteListener
-
- Enclosing class:
- MaterialTapTargetSequence
public static interface MaterialTapTargetSequence.SequenceCompleteListener
Interface definition for a callback to be invoked when a sequence completes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSequenceComplete()
Called after the final prompt is closed
-