MBILicenseError
NS_ENUM(NSInteger, MBILicenseError) {
MBILicenseErrorNetworkRequired,
MBILicenseErrorUnableToDoRemoteLicenceCheck,
MBILicenseErrorLicenseIsLocked,
MBILicenseErrorLicenseCheckFailed,
MBILicenseErrorInvalidLicense
}
Undocumented
-
Undocumented
Declaration
Objective-C
MBILicenseErrorNetworkRequired
Swift
case networkRequired = 0
-
Undocumented
Declaration
Objective-C
MBILicenseErrorUnableToDoRemoteLicenceCheck
Swift
case unableToDoRemoteLicenceCheck = 1
-
Undocumented
Declaration
Objective-C
MBILicenseErrorLicenseIsLocked
Swift
case licenseIsLocked = 2
-
Undocumented
Declaration
Objective-C
MBILicenseErrorLicenseCheckFailed
Swift
case licenseCheckFailed = 3
-
Undocumented
Declaration
Objective-C
MBILicenseErrorInvalidLicense
Swift
case invalidLicense = 4