OnChoiceFormFieldUpdatedListener

Listener for ChoiceFormField updates.

Functions

Link copied to clipboard
abstract fun onCustomOptionSet(@NonNull formField: ChoiceFormField, @NonNull formElement: ChoiceFormElement, @Nullable customOption: String)
Called when custom option has been set in choice field.
Link copied to clipboard
abstract fun onOptionSelected(@NonNull formField: ChoiceFormField, @NonNull formElement: ChoiceFormElement, @NonNull selectedOptionIndexes: List<Integer>)
Called when choice field option has been selected.