SBSDKUIHealthInsuranceCardScannerBehaviorConfiguration
@interface SBSDKUIHealthInsuranceCardScannerBehaviorConfiguration : NSObject
Configuration for the behavior of Health Insurance Card scanner.
-
Whether flash is toggled on or off.
Declaration
Objective-C
@property (nonatomic, assign, unsafe_unretained, readwrite, getter=isFlashEnabled) BOOL flashEnabled;
Swift
var isFlashEnabled: Bool { get set }