DefaultWhitelistCustomization
@objc(Checkout3DSDefaultWhitelistCustomization)
public final class DefaultWhitelistCustomization : NSObject, WhitelistCustomization
A DefaultWhitelistCustomization object with default fonts and colors.
- Tag: DefaultWhitelistCustomization
-
The font text on the navigation bar for the challenge screen.
Declaration
Swift
@objc public var font: UIFont
-
The background color of the text on navigation bar for the challenge screen.
Declaration
Swift
@objc public var textColor: UIColor
-
The background color of the navigation bar for the challenge screen.
Declaration
Swift
@objc public let switchTintColor: UIColor?
-
Undocumented
Declaration
Swift
@objc public init(font: UIFont = .preferredFont(forTextStyle: .subheadline), textColor: UIColor = DefaultSystemColor.secondaryLabel, switchTintColor: UIColor? = nil)