ButtonCustomization

@objc(Checkout3DSButtonCustomization)
public protocol ButtonCustomization : Customization

Customization for the buttons that appear on the challenge screen.

  • Tag: ButtonCustomization
  • The background color of the button.

    Declaration

    Swift

    @objc
    var backgroundColor: UIColor { get }
  • The corner radius of the button.

    Declaration

    Swift

    @objc
    var cornerRadius: CGFloat { get }
  • The corner curve style for the border of the button.

    Declaration

    Swift

    @objc
    var cornerCurve: CALayerCornerCurve? { get }
  • The width of the border for the button.

    Declaration

    Swift

    @objc
    var borderWidth: CGFloat { get }
  • The color of the border for the button.

    Declaration

    Swift

    @objc
    var borderColor: CGColor? { get }
  • Undocumented

    Declaration

    Swift

    @objc
    var shadowColor: CGColor? { get }
  • Undocumented

    Declaration

    Swift

    @objc
    var shadowOffset: CGSize { get }
  • Undocumented

    Declaration

    Swift

    @objc
    var shadowRadius: CGFloat { get }
  • Undocumented

    Declaration

    Swift

    @objc
    var shadowOpacity: Float { get }