ITextClassifier.MaxGenerateLinksTextLength Property

Definition

Returns the maximal length of text that can be processed by generateLinks.

public virtual int MaxGenerateLinksTextLength { [Android.Runtime.Register("getMaxGenerateLinksTextLength", "()I", "GetGetMaxGenerateLinksTextLengthHandler:Android.Views.TextClassifiers.ITextClassifier, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getMaxGenerateLinksTextLength", "()I", "GetGetMaxGenerateLinksTextLengthHandler:Android.Views.TextClassifiers.ITextClassifier, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=28)>]
member this.MaxGenerateLinksTextLength : int

Property Value

Attributes

Remarks

Returns the maximal length of text that can be processed by generateLinks.

<strong>NOTE: </strong>If a TextClassifier has been destroyed, calls to this method should throw an IllegalStateException. See #isDestroyed().

Java documentation for android.view.textclassifier.TextClassifier.getMaxGenerateLinksTextLength().

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