STScanZoomLevel
enum STScanZoomLevel {}
A enum about the scan zoom level.
-
Camera zoom is 1x. a.k.a no zoom
Declaration
Objective-C
STScanZoomLevel1x = 1
Swift
case level1x = 1
-
Camera zoom is 4x
Declaration
Objective-C
STScanZoomLevel4x = 4
Swift
case level4x = 4