BottomBannerViewControllerDelegate

public protocol BottomBannerViewControllerDelegate : AnyObject

BottomBannerViewControllerDelegate provides a method for reacting to the user tapping on the “cancel” button in the BottomBannerViewController.

  • A method that is invoked when the user taps on the cancel button.

    Declaration

    Swift

    func didTapCancel(_ sender: Any)

    Parameters

    sender

    The button that originated the tap event.