MachineType

data class MachineType(val id: Int, @StringRes val titleResourceId: Int, @StringRes val subtitleResourceId: Int)

The type of machine, e.g. Cartoner or Casepacker

This is used in the com.example.econoshow.data.LocalEconoShowDataProvider data object to construct the necessary data for a machine

Constructors

Link copied to clipboard
constructor(id: Int, @StringRes titleResourceId: Int, @StringRes subtitleResourceId: Int)

Properties

Link copied to clipboard
val id: Int

identifier (unused)

Link copied to clipboard

subtitle of the type of machine (unused)

Link copied to clipboard

title of the type of machine