Global Variables
The following global variables are available globally.
-
The current SDK state is a singleton object that holds the current state of the SDK. This object is referenced by different views and controllers to access the current SDK state.
Declaration
Swift
var currentSDKState: SDKState
-
This Class is to store all the setting values in users device weather the camera mode is active or passive, weather the liveness is on or off for passive face capture.
Declaration
Swift
var faceCaptureSettings: FaceCaptureSettings
-
Declaration
Swift
var validQrCodeDecodedBytes: [Int]
-
Declaration
Swift
var invalidQRCodeBytes: [Int]
-
Declaration
Swift
var metaData: [String : String]
-
-
Declaration
Swift
private let resourceBundle: Bundle