Android.Telephony.PhoneNumberFormattingTextWatcher: Method Members

The methods of Android.Telephony.PhoneNumberFormattingTextWatcher are listed below. For a list of all members, see the PhoneNumberFormattingTextWatcher Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

AfterTextChanged(Android.Text.IEditable)
This method is called to notify you that, somewhere within s, the text has been changed.
BeforeTextChanged(Java.Lang.ICharSequence, int, int, int)
This method is called to notify you that, within s, the count characters beginning at start are about to be replaced by new text with length after.
BeforeTextChanged(string, int, int, int)
Documentation for this section has not yet been entered.
OnTextChanged(Java.Lang.ICharSequence, int, int, int)
This method is called to notify you that, within s, the count characters beginning at start have just replaced old text that had length before.
OnTextChanged(string, int, int, int)
Documentation for this section has not yet been entered.