SBSDKUIVINScannerTextConfiguration

@interface SBSDKUIVINScannerTextConfiguration
    : SBSDKUIEnableCameraTextConfiguration

Configuration for the textual contents of the vehicle identification number scanner.

  • String being displayed on the flash button.

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSString *flashButtonTitle;

    Swift

    var flashButtonTitle: String? { get set }
  • String being displayed on the cancel button.

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSString *cancelButtonTitle;

    Swift

    var cancelButtonTitle: String? { get set }
  • String being displayed as a guidance hint text.

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSString *guidanceText;

    Swift

    var guidanceText: String? { get set }