PermissionKey

sealed class PermissionKey<T>

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
class EnumType<E : Enum<E>>(name: String, values: Array<E>, displaySelector: (E) -> String) : Group.PermissionKey<E>

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun parseFromMenu(text: String): T
Link copied to clipboard
abstract fun toMenuText(value: T): String