TextLinks.Request.EntityConfig Property

Definition

Returns the config representing the set of entities to look for

public Android.Views.TextClassifiers.TextClassifierEntityConfig? EntityConfig { [Android.Runtime.Register("getEntityConfig", "()Landroid/view/textclassifier/TextClassifier$EntityConfig;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getEntityConfig", "()Landroid/view/textclassifier/TextClassifier$EntityConfig;", "", ApiSince=28)>]
member this.EntityConfig : Android.Views.TextClassifiers.TextClassifierEntityConfig

Property Value

This value may be null.

Attributes

Remarks

Returns the config representing the set of entities to look for

See also:

Android reference for android.view.textclassifier.TextLinks.Request.getEntityConfig.

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