The STLicenceResult class is a data object that specifies the licence status of the API. For more information, see also -[STLicenceStatus getLicenceResult:]. The class is part of libSignoPDFSigner as well as of libSignoSignatureCapture.
|
Property |
Description |
|
||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
true |
API is licensed. |
||||||||
|
|
false |
API is not licensed. See the licence error table below. |
||||||||
|
**@**property LicenceError licenceError |
A property that contains a value of the LicenceError enum defined with NS_ENUM. See the licence error table in the STLicenceError class. |
|