add On Form Element View Updated Listener
open fun addOnFormElementViewUpdatedListener(@NonNull listener: FormManager.OnFormElementViewUpdatedListener)
Adds a OnFormElementViewUpdatedListener to get notified about form element view update events. If the listener has already been added previously, this method will be a no-op. Adding null
is not allowed, and will result in an exception.
Parameters
listener
OnFormElementViewUpdatedListener that should be notified. Must be non-null.