A license. More...
Instance Methods | |
| (NSString *) | - accountId |
| Gets the account identifier. More... | |
| (bool) | - checkWithMessage: |
| Checks if the license is valid for this product. More... | |
| (NSString *) | - contactEmailAddress |
| Gets the contact email address. More... | |
| (NSString *) | - contactName |
| Gets the contact name. More... | |
| (NSString *) | - contactPhoneNumber |
| Gets the contact phone number. More... | |
| (FMLiveSwitchNullableInt *) | - coreCount |
| Gets the core count. More... | |
| (NSString *) | - id |
| Gets the license identifier. More... | |
| (bool) | - isTrial |
| Gets a value indicating whether this is a trial license. More... | |
| (bool) | - isValid |
| Gets a value indicating whether this is a valid license. More... | |
| (NSString *) | - productCode |
| Gets the product code. More... | |
| (NSString *) | - siteAddress |
| Gets the site address. More... | |
| (NSString *) | - siteName |
| Gets the site name. More... | |
| (NSDate *) | - validFrom |
| Gets the "valid from" date. More... | |
| (NSDate *) | - validTo |
| Gets the "valid to" date. More... | |
Class Methods | |
| (void) | + checkKey |
| Gets a value indicating whether a valid key has been set. More... | |
| (FMLiveSwitchLicense *) | + current |
| Gets the current license. More... | |
| (FMLiveSwitchLicense *) | + parseKey: |
| Parses a license key. More... | |
| (void) | + setKey: |
| Sets the license key. More... | |
A license.
| - (NSString*) accountId |
Gets the account identifier.
| + (void) checkKey |
Gets a value indicating whether a valid key has been set.
| - (bool) checkWithMessage: | (NSString **) | message |
Checks if the license is valid for this product.
| message |
| - (NSString*) contactEmailAddress |
Gets the contact email address.
| - (NSString*) contactName |
Gets the contact name.
| - (NSString*) contactPhoneNumber |
Gets the contact phone number.
| - (FMLiveSwitchNullableInt*) coreCount |
Gets the core count.
| + (FMLiveSwitchLicense*) current |
Gets the current license.
| - (bool) isTrial |
Gets a value indicating whether this is a trial license.
| - (bool) isValid |
Gets a value indicating whether this is a valid license.
| + (FMLiveSwitchLicense*) parseKey: | (NSString *) | key |
Parses a license key.
| key | The key. |
| - (NSString*) productCode |
Gets the product code.
| + (void) setKey: | (NSString *) | key |
Sets the license key.
| key | The license key. |
| - (NSString*) siteAddress |
Gets the site address.
| - (NSString*) siteName |
Gets the site name.
| - (NSDate*) validFrom |
Gets the "valid from" date.
| - (NSDate*) validTo |
Gets the "valid to" date.