LabelCustomization
@objc(Checkout3DSLabelCustomization)
public protocol LabelCustomization : Customization
Customization for the labels that appear on the challenge screen.
- Tag: LabelCustomization
-
The color of the heading text on the challenge screen.
Declaration
Swift
@objc var headingTextColor: UIColor { get }
-
The font of the heading text on the challenge screen.
Declaration
Swift
@objc var headingFont: UIFont { get }