BuildInfoProvider

Defines the BuildInfoProvider contract for the SDAI core common layer.

Author

Dmitriy Moroz

Types

Link copied to clipboard
object Companion

Provides the companion object singleton used by the SDAI core common layer.

Properties

Link copied to clipboard
abstract val buildNumber: Int

Exposes the buildNumber value used by the SDAI core common layer.

Link copied to clipboard
abstract val isDebug: Boolean

Exposes the isDebug value used by the SDAI core common layer.

Link copied to clipboard
abstract val type: BuildType

Exposes the type value used by the SDAI core common layer.

Link copied to clipboard
abstract val version: BuildVersion

Exposes the version value used by the SDAI core common layer.

Functions

Link copied to clipboard

Executes the displayString step in the SDAI core common layer.