Version
class Version @JvmOverloads constructor(val major: Int, val minor: Int, val patch: Int, val qualifier: String? = null) : Comparable<Version>
Represents a version of the CameraKit library. Versions are Comparable between each other by following the SemVer 2.0.0 specification.
Since
1.14.0