TextClassifierEntityConfig.CreateWithExplicitEntityList Method

Definition

This method was deprecated in API level 29.

[Android.Runtime.Register("createWithExplicitEntityList", "(Ljava/util/Collection;)Landroid/view/textclassifier/TextClassifier$EntityConfig;", "", ApiSince=28)]
public static Android.Views.TextClassifiers.TextClassifierEntityConfig? CreateWithExplicitEntityList(System.Collections.Generic.ICollection<string>? entityTypes);
[<Android.Runtime.Register("createWithExplicitEntityList", "(Ljava/util/Collection;)Landroid/view/textclassifier/TextClassifier$EntityConfig;", "", ApiSince=28)>]
static member CreateWithExplicitEntityList : System.Collections.Generic.ICollection<string> -> Android.Views.TextClassifiers.TextClassifierEntityConfig

Parameters

entityTypes
ICollection<String>

Collection: Complete set of entities, e.g. TextClassifier.TYPE_URL to find. This value may be null.

Returns

Attributes

Remarks

This method was deprecated in API level 29. Use Builder instead.

Creates an EntityConfig with an explicit entity list.

Android reference for android.view.textclassifier.TextClassifier.EntityConfig.createWithExplicitEntityList.

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