SBSDKUINFCPassportReaderTextConfiguration
@interface SBSDKUINFCPassportReaderTextConfiguration
: SBSDKUIEnableCameraTextConfiguration
Configuration for the textual contents of the NFC reader screens.
-
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 cancel button.
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSString *cancelButtonTitle;
Swift
var cancelButtonTitle: String? { get set }
-
String being displayed as a hint to hold device over the NFC chip.
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSString *holdOverTheChipTitle;
Swift
var holdOverTheChipTitle: String? { get set }
-
A hint that notifies about downloading datagroups.
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSString *downloadingDataTitle;
Swift
var downloadingDataTitle: String? { get set }
-
A title for the state when there is no NFC chip installed on the device, or it is not available.
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSString *noChipErrorTitle;
Swift
var noChipErrorTitle: String? { get set }
-
A title for the error, when NFC reader failed to perform authentication.
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSString *authenticationErrorTitle;
Swift
var authenticationErrorTitle: String? { get set }
-
A title for the error, when NFC reader failed to download the data.
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSString *downloadErrorTitle;
Swift
var downloadErrorTitle: String? { get set }