public class ReleaseInfo
extends java.lang.Object
Use getReleaseInfo
to query the information.
Modifier and Type | Method and Description |
---|---|
java.util.List<LicenseFeatureInfo> |
getLicenseInfo()
License info per feature.
|
static ReleaseInfo |
getReleaseInfo()
Returns information about the IDLive Face release.
|
java.lang.String |
getVersion()
The IDLive Face version.
|
java.lang.String |
toString() |
public static ReleaseInfo getReleaseInfo()
public java.lang.String getVersion()
public java.util.List<LicenseFeatureInfo> getLicenseInfo()
public java.lang.String toString()
toString
in class java.lang.Object