Type Definitions
The following type definitions are available globally.
-
Undocumented
Declaration
Objective-C
typedef void (^RGLDocumentReaderInitializationCompletion)(BOOL success, NSError * _Nullable error)Swift
typealias DocumentReaderInitializationCompletion = (Bool, Error?) -> Void -
Undocumented
Declaration
Objective-C
typedef void (^RGLDocumentReaderCheckUpdateCompletion)(RGLDocReaderDocumentsDatabase * _Nullable database)Swift
typealias DocumentReaderCheckUpdateCompletion = (RGLDocReaderDocumentsDatabase?) -> Void -
Undocumented
Declaration
Objective-C
typedef void (^RGLDocumentReaderPrepareCompletion)(BOOL success, NSError * _Nullable error)Swift
typealias DocumentReaderPrepareCompletion = (Bool, Error?) -> Void -
Undocumented
Declaration
Objective-C
typedef void (^RGLDocumentReaderCompletion)(RGLDocReaderAction action, RGLDocumentReaderResults * _Nullable results, NSError * _Nullable error)Swift
typealias DocumentReaderCompletion = (DocReaderAction, RGLDocumentReaderResults?, Error?) -> Void -
Undocumented
Declaration
Objective-C
typedef void (^RGLDocumentReaderFinalizePackageCompletion)(RGLDocReaderAction action, RGLTransactionInfo * _Nullable info, NSError * _Nullable error)Swift
typealias DocumentReaderFinalizePackageCompletion = (DocReaderAction, RGLTransactionInfo?, Error?) -> Void -
Undocumented
Declaration
Objective-C
typedef void (^RGLCallbackCompletionBlock)(NSInteger command, NSData * _Nonnull data, NSString * _Nonnull string)Swift
typealias CallbackCompletionBlock = (Int, Data, String) -> Void -
Undocumented
Declaration
Objective-C
typedef void (^RGLRFIDCallbackCompletionBlock)(RGLCommand command, NSData * _Nonnull data, NSString * _Nonnull json, RGLCallbackCompletionBlock _Nonnull completionBlock)Swift
typealias RFIDCallbackCompletionBlock = (Command, Data, String, @escaping CallbackCompletionBlock) -> Void -
Undocumented
Declaration
Objective-C
typedef void (^RGLRFIDProcessCompletion)(RGLRFIDCompleteAction action, RGLDocumentReaderResults * _Nullable results, NSError * _Nullable error, RGLRFIDErrorCodes errorCode)Swift
typealias RFIDProcessCompletion = (RFIDCompleteAction, RGLDocumentReaderResults?, Error?, RFIDErrorCodes) -> Void -
Undocumented
Declaration
Objective-C
typedef void (^RGLRFIDNotificationCallback)(RGLRFIDNotificationAction notificationAction, RGLRFIDNotify* _Nullable notification)Swift
typealias RFIDNotificationCallback = (RFIDNotificationAction, RFIDNotify?) -> Void -
Undocumented
Declaration
Objective-C
typedef NSString * _Nullable (^RGLLocalizationHandler)(NSString * _Nonnull localizationKey)Swift
typealias RGLLocalizationHandler = (String) -> String? -
Undocumented
Declaration
Objective-C
typedef void (^RGLRFIDCertificatesCallback)(NSArray <RGLPKDCertificate *> *certificates)Swift
typealias RFIDCertificatesCallback = ([RGLPKDCertificate]?) -> Void -
Undocumented
Declaration
Objective-C
typedef void (^RGLCameraViewControllerHandler)(RGLDocumentReaderBaseCameraViewController * _Nullable controller, RGLCameraViewControllerAction action, RGLDocumentReaderResults * _Nullable results)Swift
typealias CameraViewControllerHandler = (RGLDocumentReaderBaseCameraViewController?, CameraViewControllerAction, DocumentReaderResults?) -> Void -
Undocumented
Declaration
Objective-C
typedef void (^RGLCompletion)(void)Swift
typealias RGLCompletion = () -> Void -
Undocumented
Declaration
Objective-C
typedef NSString * RGLImageQualityCheckTypeSwift
struct ImageQualityCheckType : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable, @unchecked Sendable -
Undocumented
Declaration
Objective-C
NS_SWIFT_NAME(RGLLogLevel) typedef NSString* RGLLogLevelSwift
struct RGLLogLevel : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable, @unchecked Sendable -
Undocumented
See moreDeclaration
Objective-C
typedef enum { /// Doc 9303, 6th edition, 2006 RGLRFIDSdkProfilerTypeDoc9303Edition2006 = 0x00000001, /// LDS and PKI Maintenance, v2.0, May 21, 2014 RGLRFIDSdkProfilerTypeDoc9303LdsPkiMaintenance = 0x00000002 } RGLRFIDSdkProfilerType
Type Definitions Reference