BTThreeDSecureV2ToolbarCustomization
@objcMembers
public class BTThreeDSecureV2ToolbarCustomization : BTThreeDSecureV2BaseCustomization
Toolbar customization options for 3D Secure 2 flows.
-
Color code in Hex format. For example, the color code can be “#999999”.
Declaration
Swift
public var backgroundColor: String? { get set }
-
Text for the header.
Declaration
Swift
public var headerText: String? { get set }
-
Text for the button. For example, “Cancel”.
Declaration
Swift
public var buttonText: String? { get set }
-
Declaration
Swift
public override init()