This commit is contained in:
2020-06-10 14:42:14 +00:00
parent ff20c44710
commit 571f11236e
2 changed files with 3 additions and 35 deletions

View File

@@ -73,13 +73,7 @@ namespace AyaNova.Core
//DTO object for parsed key
internal class AyaNovaLicenseKey
{
// Return a license state enumeration value
// 0 = No license at all of any kind
// 1 = trial license key
// 2 = purchased license key
// 3 = purchased but expired key (license itself is expired, not the maintenance, that's seperate)
// Note: this has nothing to do with whether there is an active license or not, merely that it's of a type
// this is so client can display appropriate UI
public enum LicenseStatus
{
NONE = 0,