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
RGLCameraViewControllerActionDoneSwift
case actionDone = 0 -
Undocumented
Declaration
Objective-C
RGLCameraViewControllerActionProcessSwift
case actionProcess = 1 -
Undocumented
Declaration
Objective-C
RGLCameraViewControllerActionCancelSwift
case actionCancel = 2 -
Undocumented
Declaration
Objective-C
RGLCameraViewControllerActionMorePagesAvailableSwift
case actionMorePagesAvailable = 3 -
Undocumented
Declaration
Objective-C
RGLCameraViewControllerBadLicenseSwift
case badLicense = 4 -
Undocumented
Declaration
Objective-C
RGLCameraViewControllerActionProcessWhiteFlashLightSwift
case actionProcessWhiteFlashLight = 5 -
Undocumented
Declaration
Objective-C
RGLCameraViewControllerOnlineProcessingErrorSwift
case onlineProcessingError = 6 -
Undocumented
Declaration
Objective-C
RGLCameraViewControllerOnlineProcessingStartedSwift
case onlineProcessingStarted = 7 -
Undocumented
Declaration
Objective-C
RGLCameraViewControllerCreateBackendTransactionErrorSwift
case createBackendTransactionError = 8 -
Undocumented
Declaration
Objective-C
RGLCameraViewControllerCameraPermissionDeniedSwift
case cameraPermissionDenied = 9