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
-
Declaration
Swift
var validQrCodeDecodedBytes: [Int]
-
Declaration
Swift
var invalidQRCodeBytes: [Int]
-
Declaration
Swift
var metaData: [String : String]
-
-
Declaration
Swift
private let resourceBundle: Bundle