setSuffixText

open fun setSuffixText(@Nullable suffixText: CharSequence)

Sets suffix text that will be displayed in the input area when the hint is collapsed before text is entered. If the suffix is null, any previous suffix text will be hidden and no suffix text will be shown.

Parameters

suffixText

Suffix text to display

See also