BuildVersion

constructor(major: Int = 0, minor: Int = 0, patch: Int = 0, tag: String = "")(source)

Creates a new SDAI component instance.

Author

Dmitriy Moroz

Parameters

major

major value consumed by the API.

minor

minor value consumed by the API.

patch

patch value consumed by the API.

tag

tag value consumed by the API.


constructor(versionString: String?)(source)

Creates a new SDAI component instance.

Author

Dmitriy Moroz

Parameters

versionString

version string value consumed by the API.