Share via


SpannableStringBuilder.TextWatcherDepth Property

Definition

Returns the depth of TextWatcher callbacks.

public virtual int TextWatcherDepth { [Android.Runtime.Register("getTextWatcherDepth", "()I", "GetGetTextWatcherDepthHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getTextWatcherDepth", "()I", "GetGetTextWatcherDepthHandler", ApiSince=23)>]
member this.TextWatcherDepth : int

Property Value

Attributes

Remarks

Returns the depth of TextWatcher callbacks. Returns 0 when the object is not handling TextWatchers. A return value greater than 1 implies that a TextWatcher caused a change that recursively triggered a TextWatcher.

Java documentation for android.text.SpannableStringBuilder.getTextWatcherDepth().

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.

Applies to