Package com.intercom.composer.watcher
Class SendButtonTextWatcher
- java.lang.Object
-
- com.intercom.composer.watcher.SendButtonTextWatcher
-
- All Implemented Interfaces:
NoCopySpan,TextWatcher
public class SendButtonTextWatcher extends Object implements TextWatcher
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface android.text.NoCopySpan
NoCopySpan.Concrete
-
-
Constructor Summary
Constructors Constructor Description SendButtonTextWatcher(OnSendButtonStateChangedListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterTextChanged(Editable editable)voidbeforeTextChanged(CharSequence s, int start, int count, int after)voidonTextChanged(CharSequence s, int start, int before, int count)
-
-
-
Constructor Detail
-
SendButtonTextWatcher
public SendButtonTextWatcher(@NonNull OnSendButtonStateChangedListener listener)
-
-
Method Detail
-
afterTextChanged
public void afterTextChanged(Editable editable)
- Specified by:
afterTextChangedin interfaceTextWatcher
-
beforeTextChanged
public void beforeTextChanged(CharSequence s, int start, int count, int after)
- Specified by:
beforeTextChangedin interfaceTextWatcher
-
onTextChanged
public void onTextChanged(CharSequence s, int start, int before, int count)
- Specified by:
onTextChangedin interfaceTextWatcher
-
-