OnFormElementViewUpdatedListener

Listener for form element view updates - validation, contents of the view changed etc.

Inheritors

Functions

Link copied to clipboard
abstract fun onFormElementValidationFailed(@NonNull formElement: FormElement, @NonNull validationError: String)
Called when form element validation fails.
Link copied to clipboard
Called when form element validation succeeded.
Link copied to clipboard
abstract fun onFormElementViewUpdated(@NonNull formElement: FormElement)
Called whenever form element view gets updated, listeners should update their UI accordingly.