BuildInfo

Superclass:
NSObject
Declared In:

Introduction

Class present VoiceSDK build info. To obtain an instance filled with data use the default constuctor.



Properties

components

VoiceSDK components presented in build.

gitInfo

Git info dump at the build stage.

licenseExpirationDate

License expiration date in YYYY-MM-DD format. The returned date corresponds to the SDK feature that expires first.

licenseInfo

Information (e.g. expiration date) about the installed license if available or an empty string if no license is in use.

version

VoiceSDK build version.


components


VoiceSDK components presented in build.

@property(strong,
    nonatomic,
    nonnull) NSString* components; 

gitInfo


Git info dump at the build stage.

@property(strong,
    nonatomic,
    nonnull) NSString* gitInfo; 

licenseExpirationDate


License 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.


licenseInfo


Information (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.


version


VoiceSDK build version.

@property(strong,
    nonatomic,
    nonnull) NSString* version;