Forward compatible enums in Kotlin ... enum class PostTag(@StringRes val nameRes: Int) { MUSIC(R.string.tag_music), ART(R.string.tag_art) }.
確定! 回上一頁