IntroductoryOverlay.OnOverlayDismissedListener

public static interface IntroductoryOverlay.OnOverlayDismissedListener

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.