Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

add: constant value

Compare
Choose a tag to compare
@amirisback amirisback released this 02 Apr 14:52
· 18 commits to master since this release
object NewsConstant {

    const val CATEGORY_BUSINESS = "business"
    const val CATEGORY_ENTERTAIMENT = "entertainment"
    const val CATEGORY_GENERAL = "general"
    const val CATEGORY_HEALTH = "health"
    const val CATEGORY_SCIENCE = "science"
    const val CATEGORY_SPORTS = "sports"
    const val CATEGORY_TECHNOLOGY = "technology"

}