RGLCameraViewControllerAction
Objective-C
NS_ENUM(NSInteger, RGLCameraViewControllerAction) {
RGLCameraViewControllerActionDone,
RGLCameraViewControllerActionProcess,
RGLCameraViewControllerActionCancel,
RGLCameraViewControllerActionMorePagesAvailable,
RGLCameraViewControllerBadLicense,
RGLCameraViewControllerActionProcessWhiteFlashLight,
RGLCameraViewControllerOnlineProcessingError,
RGLCameraViewControllerOnlineProcessingStarted,
RGLCameraViewControllerCreateBackendTransactionError,
RGLCameraViewControllerCameraPermissionDenied
}
Swift
enum CameraViewControllerAction : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
RGLCameraViewControllerActionDone
Swift
case actionDone = 0
-
Undocumented
Declaration
Objective-C
RGLCameraViewControllerActionProcess
Swift
case actionProcess = 1
-
Undocumented
Declaration
Objective-C
RGLCameraViewControllerActionCancel
Swift
case actionCancel = 2
-
Undocumented
Declaration
Objective-C
RGLCameraViewControllerActionMorePagesAvailable
Swift
case actionMorePagesAvailable = 3
-
Undocumented
Declaration
Objective-C
RGLCameraViewControllerBadLicense
Swift
case badLicense = 4
-
Undocumented
Declaration
Objective-C
RGLCameraViewControllerActionProcessWhiteFlashLight
Swift
case actionProcessWhiteFlashLight = 5
-
Undocumented
Declaration
Objective-C
RGLCameraViewControllerOnlineProcessingError
Swift
case onlineProcessingError = 6
-
Undocumented
Declaration
Objective-C
RGLCameraViewControllerOnlineProcessingStarted
Swift
case onlineProcessingStarted = 7
-
Undocumented
Declaration
Objective-C
RGLCameraViewControllerCreateBackendTransactionError
Swift
case createBackendTransactionError = 8
-
Undocumented
Declaration
Objective-C
RGLCameraViewControllerCameraPermissionDenied
Swift
case cameraPermissionDenied = 9