UnitSystemType

abstract class UnitSystemType

Defines types of UnitSystem handling.

Parameters

unitSystem

Current UnitSystem value, fixed of dynamically resolved.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Dynamic(initialUnitSystem: <Error class: unknown class>) : UnitSystemType

Dynamic UnitSystem type - unitSystem value is updated based on current location country.

Link copied to clipboard
data class Fixed(fixedUnitSystem: <Error class: unknown class>) : UnitSystemType

Fixed UnitSystem type - once defined the unitSystem value provided is always used.

Properties

Link copied to clipboard
val unitSystem: <Error class: unknown class>