SBSDKUILicensePlateScannerTextConfiguration
@interface SBSDKUILicensePlateScannerTextConfiguration
: SBSDKUIEnableCameraTextConfiguration
Configuration for the textual contents of the license plate scanner.
-
String being displayed on the flash button.
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSString *flashButtonTitle;
Swift
var flashButtonTitle: String? { get set }
-
The string being displayed on the cancel button.
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSString *cancelButtonTitle;
Swift
var cancelButtonTitle: String? { get set }
-
The string being displayed as description.
Declaration
Objective-C
@property (nonatomic, strong, nonnull) NSString *finderTextHint;
Swift
var finderTextHint: String { get set }
-
The title of the confirmation dialog.
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSString *confirmationDialogTitle;
Swift
var confirmationDialogTitle: String? { get set }
-
The message text of the confirmation dialog.
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 }