DialerFilter.SetLettersWatcher(ITextWatcher) Method

Definition

Sets the letters watcher.

[Android.Runtime.Register("setLettersWatcher", "(Landroid/text/TextWatcher;)V", "GetSetLettersWatcher_Landroid_text_TextWatcher_Handler")]
public virtual void SetLettersWatcher(Android.Text.ITextWatcher? watcher);
[<Android.Runtime.Register("setLettersWatcher", "(Landroid/text/TextWatcher;)V", "GetSetLettersWatcher_Landroid_text_TextWatcher_Handler")>]
abstract member SetLettersWatcher : Android.Text.ITextWatcher -> unit
override this.SetLettersWatcher : Android.Text.ITextWatcher -> unit

Parameters

watcher
ITextWatcher

TextWatcher

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Java documentation for DialerFilter.

Applies to