MBILicenseError

NS_ENUM(NSInteger, MBILicenseError) {
    MBILicenseErrorNetworkRequired,
    MBILicenseErrorUnableToDoRemoteLicenceCheck,
    MBILicenseErrorLicenseIsLocked,
    MBILicenseErrorLicenseCheckFailed,
    MBILicenseErrorInvalidLicense
}

Undocumented