-
- All Implemented Interfaces:
-
android.text.NoCopySpan,android.text.TextWatcher
public final class PhoneNumberTextWatcher implements TextWatcher
手机号码的TextWatcher
-
-
Constructor Summary
Constructors Constructor Description PhoneNumberTextWatcher(String spacer)
-
Method Summary
Modifier and Type Method Description UnitafterTextChanged(Editable s)UnitbeforeTextChanged(CharSequence s, Integer start, Integer count, Integer after)UnitonTextChanged(CharSequence s, Integer start, Integer before, Integer count)-
-
Constructor Detail
-
PhoneNumberTextWatcher
PhoneNumberTextWatcher(String spacer)
-
-
Method Detail
-
afterTextChanged
Unit afterTextChanged(Editable s)
-
beforeTextChanged
Unit beforeTextChanged(CharSequence s, Integer start, Integer count, Integer after)
-
onTextChanged
Unit onTextChanged(CharSequence s, Integer start, Integer before, Integer count)
-
-
-
-