![]() |
Accusoft USB Scanner SDK
|
This class manages the license key provided by Accusoft with the USB Scanner Software Development Kit. More...
Inherits AccusoftLicense.
Public Member Functions | |
ScanLicense (String OEMKey, Application application, long solutionKey1, long solutionKey2, long solutionKey3, long solutionKey4) | |
Constructor. |
This class manages the license key provided by Accusoft with the USB Scanner Software Development Kit.
ScanLicense | ( | String | OEMKey, |
Application | application, | ||
long | solutionKey1, | ||
long | solutionKey2, | ||
long | solutionKey3, | ||
long | solutionKey4 | ||
) |
Constructor.
OEMKey | This is the license key provided by Accusoft. It is comprised of three lines of text. An example is "Abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijkl\n" + "mnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxy\n" + "zabcdefghijklmnopqrstuvwxya!@#$%^&*AZabcdef=\n" |
application | A reference to the Application object for your application. This can typically be obtained from the current Activity or Service with a call to this.getApplication(). |
solutionKey1 | Currently ignored, and reserved for future use. |
solutionKey2 | Currently ignored, and reserved for future use. |
solutionKey3 | Currently ignored, and reserved for future use. |
solutionKey4 | Currently ignored, and reserved for future use. |