InputCustom
class InputCustom(key: String? = null, func: InputCustom.() -> Unit) : Input
Content copied to clipboard
Input of a unknown type displayed in a custom view.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Set a drawable.
Link copied to clipboard
Invoke the result listener which returns the input value.
Link copied to clipboard
Notify the validation process about the changed input data.
Link copied to clipboard
fun view(@LayoutRes layout: Int, listener: InputCustomViewListener? = null)
Content copied to clipboard
Set the view.