SBSDKUIBarcodeScannerTextConfiguration

@interface SBSDKUIBarcodeScannerTextConfiguration
    : SBSDKUIEnableCameraTextConfiguration

Configuration for the textual contents of the detector screens for barcodes.

  • String being displayed as description.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) NSString *finderTextHint;

    Swift

    var finderTextHint: String { get set }
  • 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 the confirmation dialogs title.

    Declaration

    Objective-C

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

    Swift

    var confirmationDialogTitle: String? { get set }
  • String being displayed as the confirmation dialogs message.

    Declaration

    Objective-C

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

    Swift

    var confirmationDialogMessage: String? { get set }
  • The title of the confirmation dialog retry button.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) NSString *confirmationDialogRetryButtonTitle;

    Swift

    var confirmationDialogRetryButtonTitle: String { get set }
  • The title of the confirmation dialog confirm button.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) NSString *confirmationDialogConfirmButtonTitle;

    Swift

    var confirmationDialogConfirmButtonTitle: String { get set }