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
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…