ContactAction

enum ContactAction : Enum<ContactAction>

Entries

Link copied to clipboard
SHOW_CONTACTS("contacts")
Link copied to clipboard
CREATE_CONTACT("create-contacts")

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val value: String