onInputTypeOptionChanged method

  1. @protected
void onInputTypeOptionChanged(
  1. FastAmountSwitchFieldType option
)

Called when the user changes the field type.

Implementation

@protected
void onInputTypeOptionChanged(FastAmountSwitchFieldType option) {
  if (option != fieldType) onFieldTypeChanged(option);
}