BTThreeDSecureV2LabelCustomization

Objective-C

@interface BTThreeDSecureV2LabelCustomization
    : BTThreeDSecureV2BaseCustomization

Swift

class BTThreeDSecureV2LabelCustomization : BTThreeDSecureV2BaseCustomization

Label customization options for 3D Secure 2 flows.

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

    Declaration

    Objective-C

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

    Swift

    var headingTextColor: String { get set }
  • @property headingTextFontName Font type for the heading label text.

    Declaration

    Objective-C

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

    Swift

    var headingTextFontName: String { get set }
  • @property headingTextFontSize Font size for the heading label text.

    Declaration

    Objective-C

    @property (nonatomic) int headingTextFontSize;

    Swift

    var headingTextFontSize: Int32 { get set }