GSKScanFlowFlashMode
Objective-C
enum GSKScanFlowFlashMode : NSUInteger {}
Swift
enum GSKScanFlowFlashMode : UInt, @unchecked Sendable
The capture screen flash mode
-
Let the system determine whether to turn on the flash based on the lighting conditions.
Declaration
Objective-C
GSKScanFlowFlashModeAutoSwift
case auto = 0 -
Force the flash on.
Declaration
Objective-C
GSKScanFlowFlashModeOnSwift
case on = 1 -
Force the flash off.
Declaration
Objective-C
GSKScanFlowFlashModeOffSwift
case off = 2
GSKScanFlowFlashMode Enumeration Reference