ButtonsType

enum ButtonsType : Enum<ButtonsType>

Spinner buttons layout types.

Entries

NONE
Link copied to clipboard
HORIZONTAL
Link copied to clipboard
VERTICAL
Link copied to clipboard

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: ButtonsType): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

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