BuildInfo
IntroductionClass present VoiceSDK build info. To obtain an instance filled with data use the default constuctor. Properties
componentsVoiceSDK components presented in build. @property(strong, nonatomic, nonnull) NSString* components; gitInfoGit info dump at the build stage. @property(strong, nonatomic, nonnull) NSString* gitInfo; licenseExpirationDateLicense expiration date in YYYY-MM-DD format. The returned date corresponds to the SDK feature that expires first. @property(strong, nonatomic, nonnull) NSString* licenseExpirationDate; Deprecated Use @Settings::getLicenseInfo instead. licenseInfoInformation (e.g. expiration date) about the installed license if available or an empty string if no license is in use. @property(strong, nonatomic, nonnull) NSString* licenseInfo; Deprecated Use @Settings::getLicenseInfo instead. versionVoiceSDK build version. @property(strong, nonatomic, nonnull) NSString* version; |