RGLDocumentReaderBaseCameraViewController
Objective-C
@interface RGLDocumentReaderBaseCameraViewController : RGLCBaseViewController
@property(nonatomic, strong, nullable) RGLCameraViewControllerHandler cameraViewControllerHandler;
@property(nonatomic, weak, nullable) id<RGLDocumentReaderCameraViewControllerDelegate> cameraViewControllerDelegate;
@property(nonatomic, assign) BOOL isRecognitionActive;
- (void)notifyCameraPreviewBackgroundColorChanged;
- (void)notifyTintColorChanged;
- (void)notifyResultStatusTextColorChanged;
- (void)notifyResultStatusTextFontChanged;
- (void)notifyCameraFrameDefaultColorChanged;
- (void)notifyCameraFrameActiveColorChanged;
- (void)notifyStatusTextColorChanged;
- (void)notifyStatusTextFontChanged;
- (void)notifyStatusBackgroundColorChanged;
- (void)notifyShowStatusMessagesChanged;
- (void)notifyShowResultStatusMessagesChanged;
- (void)notifyCameraStatusChanged;
- (void)notifyCameraResultStatusChanged;
- (void)notifyCameraFrameShapeTypeChanged;
- (void)notifyMultipageButtonBackgroundColorChanged;
- (void)notifyMultipageButtonTextColorChanged;
- (void)notifyMultipageButtonTextFontChanged;
- (void)notifyMultipageButtonTextChanged;
- (void)notifyCameraFrameBorderWidthChanged;
- (void)notifyActivityIndicatorColorChanged;
- (void)notifyResultStatusBackgroundColorChanged;
- (void)notifyCameraFrameLineLengthChanged;
- (void)notifyCameraFrameOffsetWidthChanged;
- (void)notifyShowBackgroundMaskChanged;
- (void)notifyBackgroundMaskColorChanged;
- (void)notifyBorderBackgroundImageChanged;
- (void)notifyBackgroundMaskAlphaChanged;
- (void)notifyMultipageAnimationFrontImageContentModeChanged;
- (void)notifyMultipageAnimationBackImageContentModeChanged;
- (void)notifyBorderBackgroundImageContentModeChanged;
- (void)notifyMultipageAnimationFrontImageChanged;
- (void)notifyMultipageAnimationBackImageChanged;
- (void)notifyCustomLabelStatusChanged;
- (void)notifyLivenessAnimationImageChanged;
- (void)notifyLivenessAnimationImageContentModeChanged;
- (void)notifyCustomUILayerJSONChanged;
- (void)processParamChanged;
- (void)setHiddenForFlashButton:(BOOL)isHidden;
- (void)setHiddenForCloseButton:(BOOL)isHidden;
- (void)setHiddenForCaptureButton:(BOOL)isHidden;
- (void)setHiddenForSwapCameraButton:(BOOL)isHidden;
- (void)setVideoSessionPreset:(AVCaptureSessionPreset)sessionPreset;
- (void)setVideoZoomFactor:(CGFloat)videoZoomFactor;
- (void)setAVCaptureDevicePosition:(AVCaptureDevicePosition)cameraPosition;
- (void)setShowChangeFrameButton:(BOOL)showChangeFrameButton;
- (void)enableProcessingUI:(BOOL)enable;
- (void)enablePrepareCameraUI:(BOOL)enable;
- (void)closeCameraViewController:(void(^_Nullable)(void))completion;
@end
Swift
class RGLDocumentReaderBaseCameraViewController : UIPageViewController
Undocumented
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) RGLCameraViewControllerHandler cameraViewControllerHandlerSwift
var cameraViewControllerHandler: CameraViewControllerHandler? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, weak, nullable) id<RGLDocumentReaderCameraViewControllerDelegate> cameraViewControllerDelegateSwift
weak var cameraViewControllerDelegate: RGLDocumentReaderCameraViewControllerDelegate? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL isRecognitionActiveSwift
var isRecognitionActive: Bool { get set } -
Undocumented
Declaration
Objective-C
- (void)notifyCameraPreviewBackgroundColorChanged;Swift
func notifyCameraPreviewBackgroundColorChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyTintColorChanged;Swift
func notifyTintColorChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyResultStatusTextColorChanged;Swift
func notifyResultStatusTextColorChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyResultStatusTextFontChanged;Swift
func notifyResultStatusTextFontChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyCameraFrameDefaultColorChanged;Swift
func notifyCameraFrameDefaultColorChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyCameraFrameActiveColorChanged;Swift
func notifyCameraFrameActiveColorChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyStatusTextColorChanged;Swift
func notifyStatusTextColorChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyStatusTextFontChanged;Swift
func notifyStatusTextFontChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyStatusBackgroundColorChanged;Swift
func notifyStatusBackgroundColorChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyShowStatusMessagesChanged;Swift
func notifyShowStatusMessagesChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyShowResultStatusMessagesChanged;Swift
func notifyShowResultStatusMessagesChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyCameraStatusChanged;Swift
func notifyCameraStatusChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyCameraResultStatusChanged;Swift
func notifyCameraResultStatusChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyCameraFrameShapeTypeChanged;Swift
func notifyCameraFrameShapeTypeChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyMultipageButtonBackgroundColorChanged;Swift
func notifyMultipageButtonBackgroundColorChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyMultipageButtonTextColorChanged;Swift
func notifyMultipageButtonTextColorChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyMultipageButtonTextFontChanged;Swift
func notifyMultipageButtonTextFontChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyMultipageButtonTextChanged;Swift
func notifyMultipageButtonTextChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyCameraFrameBorderWidthChanged;Swift
func notifyCameraFrameBorderWidthChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyActivityIndicatorColorChanged;Swift
func notifyActivityIndicatorColorChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyResultStatusBackgroundColorChanged;Swift
func notifyResultStatusBackgroundColorChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyCameraFrameLineLengthChanged;Swift
func notifyCameraFrameLineLengthChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyCameraFrameOffsetWidthChanged;Swift
func notifyCameraFrameOffsetWidthChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyShowBackgroundMaskChanged;Swift
func notifyShowBackgroundMaskChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyBackgroundMaskColorChanged;Swift
func notifyBackgroundMaskColorChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyBorderBackgroundImageChanged;Swift
func notifyBorderBackgroundImageChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyBackgroundMaskAlphaChanged;Swift
func notifyBackgroundMaskAlphaChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyMultipageAnimationFrontImageContentModeChanged;Swift
func notifyMultipageAnimationFrontImageContentModeChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyMultipageAnimationBackImageContentModeChanged;Swift
func notifyMultipageAnimationBackImageContentModeChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyBorderBackgroundImageContentModeChanged;Swift
func notifyBorderBackgroundImageContentModeChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyMultipageAnimationFrontImageChanged;Swift
func notifyMultipageAnimationFrontImageChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyMultipageAnimationBackImageChanged;Swift
func notifyMultipageAnimationBackImageChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyCustomLabelStatusChanged;Swift
func notifyCustomLabelStatusChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyLivenessAnimationImageChanged;Swift
func notifyLivenessAnimationImageChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyLivenessAnimationImageContentModeChanged;Swift
func notifyLivenessAnimationImageContentModeChanged() -
Undocumented
Declaration
Objective-C
- (void)notifyCustomUILayerJSONChanged;Swift
func notifyCustomUILayerJSONChanged() -
Undocumented
Declaration
Objective-C
- (void)processParamChanged;Swift
func processParamChanged() -
Undocumented
Declaration
Objective-C
- (void)setHiddenForFlashButton:(BOOL)isHidden;Swift
func setHiddenForFlashButton(_ isHidden: Bool) -
Undocumented
Declaration
Objective-C
- (void)setHiddenForCloseButton:(BOOL)isHidden;Swift
func setHiddenForCloseButton(_ isHidden: Bool) -
Undocumented
Declaration
Objective-C
- (void)setHiddenForCaptureButton:(BOOL)isHidden;Swift
func setHiddenForCaptureButton(_ isHidden: Bool) -
Undocumented
Declaration
Objective-C
- (void)setHiddenForSwapCameraButton:(BOOL)isHidden;Swift
func setHiddenForSwapCameraButton(_ isHidden: Bool) -
Undocumented
Declaration
Objective-C
- (void)setVideoSessionPreset:(AVCaptureSessionPreset)sessionPreset;Swift
func setVideoSessionPreset(_ sessionPreset: AVCaptureSession.Preset) -
Undocumented
Declaration
Objective-C
- (void)setVideoZoomFactor:(CGFloat)videoZoomFactor;Swift
func setVideoZoomFactor(_ videoZoomFactor: CGFloat) -
Undocumented
Declaration
Objective-C
- (void)setAVCaptureDevicePosition:(AVCaptureDevicePosition)cameraPosition;Swift
func setAVCaptureDevicePosition(_ cameraPosition: AVCaptureDevice.Position) -
Undocumented
Declaration
Objective-C
- (void)setShowChangeFrameButton:(BOOL)showChangeFrameButton;Swift
func setShowChangeFrameButton(_ showChangeFrameButton: Bool) -
Undocumented
Declaration
Objective-C
- (void)enableProcessingUI:(BOOL)enable;Swift
func enableProcessingUI(_ enable: Bool) -
Undocumented
Declaration
Objective-C
- (void)enablePrepareCameraUI:(BOOL)enable;Swift
func enablePrepareCameraUI(_ enable: Bool) -
Undocumented
Declaration
Objective-C
- (void)closeCameraViewController:(void(^_Nullable)(void))completion;Swift
func close() async