FaceLicense.checkLicense Method

Module: FaceLicense

Definition

Checks a license from a file.

This function does two things:

  • First it loads the license from a file using the given path

  • Then it checks the validity of the license regarding the host it is called on (Windows, Linux, Android …)

Important

Calling this function is required to get access to the license member getters.

Note

The optional parameter is required on Android and must be the JNIEnv* pointer casted as a void*. It can be set as NULL for other devices.

static void checkLicense(String? licensePath)

Parameters

licensePath String
in Absolute or relative path to the license file.

Exceptions

An error has occurred during Face Library execution.