INNER CODE UNIT · Kotlin
Item
ArisGuimera/Android-Expert · CursoBasicoKotlin/src/main/kotlin/EnumExample.kt:22
data class Item(val category: ItemCategory){
}
enum class ItemCategory{
TECHNOLOGY,
HOME,
FOOD,
SPORT,
CLOTES
}
INNER CODE UNIT · Kotlin
ArisGuimera/Android-Expert · CursoBasicoKotlin/src/main/kotlin/EnumExample.kt:22
data class Item(val category: ItemCategory){
}
enum class ItemCategory{
TECHNOLOGY,
HOME,
FOOD,
SPORT,
CLOTES
}