Language

TextClassifierEntityConfig.Builder.SetIncludedTypes Method

Definition

Sets a collection of types that are explicitly included.

[Android.Runtime.Register("setIncludedTypes", "(Ljava/util/Collection;)Landroid/view/textclassifier/TextClassifier$EntityConfig$Builder;", "", ApiSince=29)]
public Android.Views.TextClassifiers.TextClassifierEntityConfig.Builder SetIncludedTypes(System.Collections.Generic.ICollection<string>? includedTypes);
[<Android.Runtime.Register("setIncludedTypes", "(Ljava/util/Collection;)Landroid/view/textclassifier/TextClassifier$EntityConfig$Builder;", "", ApiSince=29)>]
member this.SetIncludedTypes : System.Collections.Generic.ICollection<string> -> Android.Views.TextClassifiers.TextClassifierEntityConfig.Builder

Parameters

includedTypes
ICollection<String>

Collection: This value may be null.

Returns

This value cannot be null.

Attributes

Remarks

Sets a collection of types that are explicitly included.

Android reference for android.view.textclassifier.TextClassifier.EntityConfig.Builder.setIncludedTypes.

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