MBILicenseError
NS_ENUM(NSInteger, MBILicenseError) {
MBILicenseErrorNetworkRequired,
MBILicenseErrorUnableToDoRemoteLicenceCheck,
MBILicenseErrorLicenseIsLocked,
MBILicenseErrorLicenseCheckFailed,
MBILicenseErrorInvalidLicense
}
Undocumented
-
Undocumented
Declaration
Objective-C
MBILicenseErrorNetworkRequiredSwift
case networkRequired = 0 -
Undocumented
Declaration
Objective-C
MBILicenseErrorUnableToDoRemoteLicenceCheckSwift
case unableToDoRemoteLicenceCheck = 1 -
Undocumented
Declaration
Objective-C
MBILicenseErrorLicenseIsLockedSwift
case licenseIsLocked = 2 -
Undocumented
Declaration
Objective-C
MBILicenseErrorLicenseCheckFailedSwift
case licenseCheckFailed = 3 -
Undocumented
Declaration
Objective-C
MBILicenseErrorInvalidLicenseSwift
case invalidLicense = 4
View on GitHub
MBILicenseError Enumeration Reference