Interface MaterialTapTargetPrompt.PromptView.PromptTouchedListener
-
- Enclosing class:
- MaterialTapTargetPrompt.PromptView
public static interface MaterialTapTargetPrompt.PromptView.PromptTouchedListener
Interface definition for a callback to be invoked when aMaterialTapTargetPrompt.PromptView
is touched.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onBackButtonPressed()
Called when the system back button is pressed.void
onFocalPressed()
Called when the focal is pressed.void
onNonFocalPressed()
Called when anywhere outside the focal is pressed or the system back button is pressed.
-
-
-
Method Detail
-
onFocalPressed
void onFocalPressed()
Called when the focal is pressed.
-
onNonFocalPressed
void onNonFocalPressed()
Called when anywhere outside the focal is pressed or the system back button is pressed.
-
onBackButtonPressed
void onBackButtonPressed()
Called when the system back button is pressed.
-
-