ToolbarCustomization

@objc(Checkout3DSToolbarCustomization)
public protocol ToolbarCustomization : Customization

Customization for the navigation bar on the challenge screen.

  • Tag: ToolbarCustomization
  • The background color of the navigation bar for the challenge screen.

    Declaration

    Swift

    @objc
    var backgroundColor: UIColor { get }
  • The title for the navigation bar for the challenge screen.

    Declaration

    Swift

    @objc
    var headerTitle: String? { get }
  • The title for the dismissal button on the navigation bar for the challenge screen.

    Declaration

    Swift

    @objc
    var buttonTitle: String? { get }