IntroductoryOverlay.OnOverlayDismissedListener

public static interfaceIntroductoryOverlay.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 voidonOverlayDismissed()

Called when the overlay is dismissed.