preventScreenRecording
Objective-C
@property (nonatomic, assign, unsafe_unretained, readwrite,
getter=isPreventScreenRecordingEnable) BOOL preventScreenRecording;
Swift
var isPreventScreenRecordingEnable: Bool { get set }
See
RFSFaceCaptureConfiguration.preventScreenRecording.-
Undocumented
Declaration
Objective-C
- (BOOL)isPreventScreenRecordingEnable; -
Undocumented
Declaration
Objective-C
- (void)setPreventScreenRecording:(BOOL)preventScreenRecording;