FMIceLinkLicense Class Reference

Inherits from NSObject
Declared in FMIceLinkLicense.h
FMIceLinkLicense.m

Overview

A license.

– accountId

Gets the account identifier.
- (NSString *)accountId

Discussion

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)checkKey

Discussion

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 *)current

Discussion

Gets the current [license](#//api/name/license).

Declared In

FMIceLinkLicense.h

– id

Gets the [license](#//api/name/license) identifier.
- (NSString *)id

Discussion

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)isTrial

Discussion

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)isValid

Discussion

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 *)productCode

Discussion

Gets the product code.

Declared In

FMIceLinkLicense.h

+ setKey:

Sets the license key.
+ (void)setKey:(NSString *)key

Parameters

key

The license key.

Discussion

Sets the license key.

Declared In

FMIceLinkLicense.h

– validFrom

Gets the "val[id](#//api/name/id) from" date.
- (NSDate *)validFrom

Discussion

Gets the "val[id](#//api/name/id) from" date.

Declared In

FMIceLinkLicense.h

– validTo

Gets the "val[id](#//api/name/id) to" date.
- (NSDate *)validTo

Discussion

Gets the "val[id](#//api/name/id) to" date.

Declared In

FMIceLinkLicense.h