ENAButtonFooterViewDelegate

protocol ENAButtonFooterViewDelegate : AnyObject

Undocumented

  • footerView(_:didTapPrimaryButton:) Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    func footerView(_ footerView: UIView, didTapPrimaryButton button: UIButton)
  • footerView(_:didTapSecondaryButton:) Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    func footerView(_ footerView: UIView, didTapSecondaryButton button: UIButton)