CBLLicenseVerification
Objective-C
@interface CBLLicenseVerification : NSObject
Swift
class CascableCoreLicenseVerification : NSObject
A class to register your license.
-
Register your license with CascableCore.
This should be done before any other CascableCore APIs.
Declaration
Objective-C
+ (CBLLicenseVerificationResult)applyLicense:(NSData *_Nonnull)licenseData;
Swift
class func apply(license licenseData: Data) -> LicenseVerificationResult
Parameters
licenseData
The license data to apply.
Return Value
The result of the license.