Package net.idrnd.voicesdk.core
Class BuildInfo
java.lang.Object
net.idrnd.voicesdk.core.BuildInfo
Provides actual VoiceSDK build info.
-
Method Details
-
get
RetrievesBuildInfo- Returns:
- structure with build information
- Throws:
VoiceSdkEngineException- wraps native exceptions
-
getVersion
- Returns:
- VoiceSDK build version.
-
getComponents
- Returns:
- VoiceSDK components present in build.
-
getGitInfo
- Returns:
- Git info dump at the build stage.
-
getLicenseInfo
Deprecated.Use @Settings.getLicenseInfo instead.- Returns:
- Information (e.g. expiration date) about the installed license if available or an empty string if no license is in use.
-
getLicenseExpirationDate
Deprecated.Use @Settings.getLicenseInfo instead.- Returns:
- License expiration date in YYYY-MM-DD format. The returned date corresponds to the SDK feature that expires first.
-
toString
-