add On Form Element Clicked Listener
open fun addOnFormElementClickedListener(@NonNull listener: FormManager.OnFormElementClickedListener)
Adds a OnFormElementClickedListener to get notified when form element has been clicked. 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
OnFormElementClickedListener that should be notified. Must be non-null
.