BcmInfo

The BcmInfo class is an utility class for retrieving SDK version information. It enables association of scan results and performance with a specific SDK build for audit and diagnostic purposes.

Interface

open class BcmInfo {

    /**
     * Biocapture SDK release version
     */
    public static func version() -> String

    /**
     * Biocapture SDK detailed release version
     */
    public static func versionDetailed() -> String

    /**
     * Biocapture SDK license expiry date in unix timestamp format
     */
    public static func licenseExpiringUnixTimestamp() -> Int

}

Usage Example

let version = BcmInfo.version()
let versionDetailed = BcmInfo.versionDetailed()
let licenseExpiry = BcmInfo.licenseExpiringUnixTimestamp()

results matching ""

    No results matching ""