BTThreeDSecureV1UICustomization

Objective-C

@interface BTThreeDSecureV1UICustomization : NSObject

Swift

class BTThreeDSecureV1UICustomization : NSObject

UI Customization Options for 3D Secure 1 Flows.

  • Optional. Text displayed in the Redirect button after a 3DS1 challenge is completed in the browser.

    Declaration

    Objective-C

    @property (nonatomic, copy, nullable) NSString *redirectButtonText;

    Swift

    var redirectButtonText: String? { get set }
  • Optional. Text displayed below the Redirect button after a 3DS1 challenge is completed in the browser.

    Declaration

    Objective-C

    @property (nonatomic, copy, nullable) NSString *redirectDescription;

    Swift

    var redirectDescription: String? { get set }