getLicenseInfo
This method returns information about the license currently used by your application.
Parameters
Name | Type | Required | Description |
cortexToken |
| yes | A token returned by authorize |
Result
The result is an object containing a license object and the isOnline flag.
Name | Type | Description |
license |
| An object containing all the information about the current license |
isOnline |
| True, if Cortex was able to get the license information from the EMOTIV cloud False, if Cortex got the license information for its local cache |
Example
Last updated