AI-generated Key Takeaways
-
The
IntroductoryOverlay.OnOverlayDismissedListeneris an interface used to notify clients when an introductory overlay is explicitly dismissed by the user tapping a confirmation button. -
The interface has one abstract method,
onOverlayDismissed(), which is called when the overlay is dismissed.
An interface to notify the clients when the overlay is dismissed explicitly when the user taps on the confirmation button.
Public Method Summary
| abstract void |
onOverlayDismissed()
Called when the overlay is dismissed.
|
Public Methods
public abstract void onOverlayDismissed ()
Called when the overlay is dismissed.