options

@JvmName(name = "optionsStrings")
fun options(options: List<String>)

Set the options with a list of Strings.


@JvmName(name = "optionsStringRes")
fun options(options: List<Int>)

Set the options with a list of StringRes.


fun options(options: List<SpinnerOption>)

Set the SpinnerOption's to to be displayed.