SBSDKBarcodeOverlayFormat
enum SBSDKBarcodeOverlayFormat : NSInteger {}
The barcode text format overlay.
-
Show only the barcode overlay frame.
Declaration
Objective-C
SBSDKBarcodeOverlayFormatNone = 0
Swift
case none = 0
-
Show the barcode value.
Declaration
Objective-C
SBSDKBarcodeOverlayFormatCode = 1
Swift
case code = 1
-
Show the barcode value with the barcode format.
Declaration
Objective-C
SBSDKBarcodeOverlayFormatCodeAndType = 2
Swift
case codeAndType = 2