BannerDismissalViewControllerDelegate
public protocol BannerDismissalViewControllerDelegate : AnyObject
The interface for an object that serves as the banner dismissal delegate.
-
Tells the delegate that the user tapped on dismiss button.
Declaration
Swift
func didTapDismissBannerButton(_ bannerDismissalViewController: BannerDismissalViewController)