LocalDiffusionStatus

data class LocalDiffusionStatus(val current: Int, val total: Int)(source)

Carries LocalDiffusionStatus data through the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(current: Int, total: Int)

Properties

Link copied to clipboard

Exposes the current value used by the SDAI domain layer.

Link copied to clipboard
val total: Int

Exposes the total value used by the SDAI domain layer.