BTThreeDSecureV2BaseCustomization

Objective-C

@interface BTThreeDSecureV2BaseCustomization : NSObject

Swift

class BTThreeDSecureV2BaseCustomization : NSObject

Base customization options for 3D Secure 2 flows.

  • @property textFontName Font type for the UI element.

    Declaration

    Objective-C

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

    Swift

    var textFontName: String { get set }
  • @property textColor Color code in Hex format. For example, the color code can be “#999999”.

    Declaration

    Objective-C

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

    Swift

    var textColor: String { get set }
  • @property textFontSize Font size for the UI element.

    Declaration

    Objective-C

    @property (nonatomic) int textFontSize;

    Swift

    var textFontSize: Int32 { get set }