Interface MaterialTapTargetPrompt.PromptView.PromptTouchedListener
-
- Enclosing class:
- MaterialTapTargetPrompt.PromptView
public static interface MaterialTapTargetPrompt.PromptView.PromptTouchedListenerInterface definition for a callback to be invoked when aMaterialTapTargetPrompt.PromptViewis touched.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonBackButtonPressed()Called when the system back button is pressed.voidonFocalPressed()Called when the focal is pressed.voidonNonFocalPressed()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.
-
-