MPCategoryCollection

open class MPCategoryCollection

Functions

Link copied to clipboard
open fun getCategory(@Nullable key: String): MPCategory
Link copied to clipboard
open fun getFields(@Nullable key: String): HashMap<String, MPDataField>
Retrieves the MPCategory fields data for the given key
Link copied to clipboard
open fun getValue(@Nullable key: String): String
Retrieves the localized name for the given category key

Properties

Link copied to clipboard
private val categories: List<MPCategory>