License Validation¶
- 
bool Trueface::SDK::setLicense(std::string token)¶
- Validates the given license token. Need to call this method before being able to use the SDK. - Return
- Whether the given license token is valid. 
- See
- Parameters
- token: the license token (if you do not have this talk to support@trueface.ai).
 
 
- 
bool Trueface::SDK::isLicensed()¶
- Checks whether the given license token is valid and you can use the SDK. - Return
- Whether the given license token is valid. 
- See