MBBLicenseError
NS_ENUM(NSInteger, MBBLicenseError) {
MBBLicenseErrorNetworkRequired,
MBBLicenseErrorUnableToDoRemoteLicenceCheck,
MBBLicenseErrorLicenseIsLocked,
MBBLicenseErrorLicenseCheckFailed,
MBBLicenseErrorInvalidLicense
}
Undocumented
-
Undocumented
Declaration
Objective-C
MBBLicenseErrorNetworkRequiredSwift
case networkRequired = 0 -
Undocumented
Declaration
Objective-C
MBBLicenseErrorUnableToDoRemoteLicenceCheckSwift
case unableToDoRemoteLicenceCheck = 1 -
Undocumented
Declaration
Objective-C
MBBLicenseErrorLicenseIsLockedSwift
case licenseIsLocked = 2 -
Undocumented
Declaration
Objective-C
MBBLicenseErrorLicenseCheckFailedSwift
case licenseCheckFailed = 3 -
Undocumented
Declaration
Objective-C
MBBLicenseErrorInvalidLicenseSwift
case invalidLicense = 4
View on GitHub
MBBLicenseError Enumeration Reference