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
Modifier and Type Method Description void
onSequenceComplete()
Called after the final prompt is closed
-
Method Details
-
onSequenceComplete
void onSequenceComplete()Called after the final prompt is closed
-