BTThreeDSecureV2ToolbarCustomization

Objective-C

@interface BTThreeDSecureV2ToolbarCustomization
    : BTThreeDSecureV2BaseCustomization

Swift

class BTThreeDSecureV2ToolbarCustomization : BTThreeDSecureV2BaseCustomization

Toolbar customization options for 3D Secure 2 flows.

  • @property backgroundColor Color code in Hex format. For example, the color code can be “#999999”.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nonnull backgroundColor;

    Swift

    var backgroundColor: String { get set }
  • @property headerText Text for the header.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nonnull headerText;

    Swift

    var headerText: String { get set }
  • @property buttonText Text for the button. For example, “Cancel”.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nonnull buttonText;

    Swift

    var buttonText: String { get set }