SBSDKSwissQRCodeDocumentField
@interface SBSDKSwissQRCodeDocumentField : NSObject
A class describing one data field of a Swiss QR code.
-
The fields type.
Declaration
Objective-C
@property (nonatomic) SBSDKSwissQRCodeFieldType type;
Swift
var type: SBSDKSwissQRCodeFieldType { get set }
-
The fields value.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nonnull value;
Swift
var value: String { get set }
-
Human-readable field type name.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull typeHumanReadableString;
Swift
var typeHumanReadableString: String { get }