FaceLicense.activateActivationKeyBuffer Method¶
Module: FaceLicense
Definition¶
Activates a license using an activation key and returns the license in a data buffer.
static Uint8List activateActivationKeyBuffer(String? hardwareCode, String? activationKey, String? commentary)
Parameters
hardwareCode Stringin The hardware code on which the license file will be attached, to be retrieved using the GetHostHardwareCode function.
activationKey Stringin The id3 activation key.
commentary Stringin Commentary associated to this license activation.
Returns
Uint8ListThe license data buffer.
Exceptions
An error has occurred during Face Library execution.