FMIceLinkLicense Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkLicense.h FMIceLinkLicense.m |
– accountId
Gets the account identifier.
- (NSString *)accountIdDiscussion
Gets the account identifier.
Declared In
FMIceLinkLicense.h
+ checkKey
Gets a value indicating whether a val[id](#//api/name/id) key has been set.
+ (void)checkKeyDiscussion
Gets a value indicating whether a val[id](#//api/name/id) key has been set.
Declared In
FMIceLinkLicense.h
+ current
Gets the current [license](#//api/name/license).
+ (FMIceLinkLicense *)currentDiscussion
Gets the current [license](#//api/name/license).
Declared In
FMIceLinkLicense.h
– id
Gets the [license](#//api/name/license) identifier.
- (NSString *)idDiscussion
Gets the [license](#//api/name/license) identifier.
Declared In
FMIceLinkLicense.h
– isTrial
Gets a value indicating whether this is a trial [license](#//api/name/license).
- (bool)isTrialDiscussion
Gets a value indicating whether this is a trial [license](#//api/name/license).
Declared In
FMIceLinkLicense.h
– isValid
Gets a value indicating whether this is a val[id](#//api/name/id) [license](#//api/name/license).
- (bool)isValidDiscussion
Gets a value indicating whether this is a val[id](#//api/name/id) [license](#//api/name/license).
Declared In
FMIceLinkLicense.h
– productCode
Gets the product code.
- (NSString *)productCodeDiscussion
Gets the product code.
Declared In
FMIceLinkLicense.h
+ setKey:
Sets the license key.
+ (void)setKey:(NSString *)keyParameters
key |
The license key. |
|---|
Discussion
Sets the license key.
Declared In
FMIceLinkLicense.h
– validFrom
Gets the "val[id](#//api/name/id) from" date.
- (NSDate *)validFromDiscussion
Gets the "val[id](#//api/name/id) from" date.
Declared In
FMIceLinkLicense.h
– validTo
Gets the "val[id](#//api/name/id) to" date.
- (NSDate *)validToDiscussion
Gets the "val[id](#//api/name/id) to" date.
Declared In
FMIceLinkLicense.h