Android.Telephony.PhoneNumberFormattingTextWatcher Members

The members of Android.Telephony.PhoneNumberFormattingTextWatcher are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

The formatting is based on the current system locale and future locale changes may not take effect on this instance.
The formatting is based on the given countryCode.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.