FooterCustomization
@objc(Checkout3DSDefaultFooterCustomization)
public protocol FooterCustomization : Customization
Customization for the footer on the challenge screen.
- Tag: FooterCustomization
-
The background color of the navigation bar for the challenge screen.
Declaration
Swift
@objc var backgroundColor: UIColor { get }
-
The font of the heading for each expandable footer item.
Declaration
Swift
@objc var labelFont: UIFont { get }
-
The text color of the heading for each expandable footer item.
Declaration
Swift
@objc var labelTextColor: UIColor { get }
-
The color for the expandable disclosure indicator for each expandable footer item.
Declaration
Swift
@objc var expandIndicatorColor: UIColor { get }