Package com.maxkeppeler.sheets.input
Types
Link copied to clipboard
Defines the behavior actions of an input. This can be added to a InputCustom
Link copied to clipboard
Listener which returns the inputs with the new data.
Link copied to clipboard
The InputSheet lets you display a form consisting of various inputs.
Link copied to clipboard
Static helper methods for validations.
Link copied to clipboard
data class ValidationResult(valid: Boolean = true, errorText: String? = null)
Content copied to clipboard
Result of the validation success or failure of the validation. At failure, an error text can be displayed.
Functions
Link copied to clipboard
fun AppCompatEditText.addTextWatcher(textChanged: (String) -> Unit? = null): TextWatcher
Content copied to clipboard
Add a TextWatcher to the AppCompatEditText.