CBLLicenseVerificationResult
Objective-C
enum CBLLicenseVerificationResult : NSUInteger {}
Swift
enum LicenseVerificationResult : UInt, @unchecked Sendable
A result from a license registration.
-
The license was applied successfully.
Declaration
Objective-C
CBLLicenseVerificationResultSuccess
Swift
case success = 0
-
The license expired.
Declaration
Objective-C
CBLLicenseVerificationResultExpired
Swift
case expired = 1
-
The license is invalid.
Declaration
Objective-C
CBLLicenseVerificationResultInvalidLicense
Swift
case invalidLicense = 2