Class BuildInfo

java.lang.Object
net.idrnd.voicesdk.core.BuildInfo

public class BuildInfo extends Object
Provides actual VoiceSDK build info.
  • Method Details

    • get

      public static BuildInfo get()
      Retrieves BuildInfo
      Returns:
      structure with build information
      Throws:
      VoiceSdkEngineException - wraps native exceptions
    • getVersion

      public String getVersion()
      Returns:
      VoiceSDK build version.
    • getComponents

      public String getComponents()
      Returns:
      VoiceSDK components present in build.
    • getGitInfo

      public String getGitInfo()
      Returns:
      Git info dump at the build stage.
    • getLicenseInfo

      public String 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

      public String 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

      public String toString()
      Overrides:
      toString in class Object