ExtraItemUi

data class ExtraItemUi(val type: ExtraType, val key: String, val name: String, val alias: String?, val isApplied: Boolean, val value: String? = null)(source)

Carries ExtraItemUi data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(type: ExtraType, key: String, name: String, alias: String?, isApplied: Boolean, value: String? = null)

Properties

Link copied to clipboard

Exposes the alias value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the isApplied value used by the SDAI presentation layer.

Link copied to clipboard
val key: String

Exposes the key value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the name value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the type value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the value value used by the SDAI presentation layer.