Kotlin Global Constants

[Solved] Kotlin Global Constants | Kotlin - Code Explorer | yomemimo.com
Question : kotlin global constants

Answered by : vastemonde

const val PRESENTATION_MODE_PRESENTING = "presenting"
const val PRESENTATION_MODE_EDITING = "editing"
object DbConstants { const val PRESENTATION_MODE_PRESENTING = "presenting" const val PRESENTATION_MODE_EDITING = "editing"
}

Source : | Last Update : Tue, 27 Apr 21

Answers related to kotlin global constants

Code Explorer Popular Question For Kotlin