TextClassification.Builder.SetExtras(Bundle) Method

Definition

Sets the extended data.

[Android.Runtime.Register("setExtras", "(Landroid/os/Bundle;)Landroid/view/textclassifier/TextClassification$Builder;", "", ApiSince=29)]
public Android.Views.TextClassifiers.TextClassification.Builder SetExtras(Android.OS.Bundle? extras);
[<Android.Runtime.Register("setExtras", "(Landroid/os/Bundle;)Landroid/view/textclassifier/TextClassification$Builder;", "", ApiSince=29)>]
member this.SetExtras : Android.OS.Bundle -> Android.Views.TextClassifiers.TextClassification.Builder

Parameters

extras
Bundle

Bundle: This value may be null.

Returns

This value cannot be null.

Attributes

Remarks

Sets the extended data.

Android reference for android.view.textclassifier.TextClassification.Builder.setExtras.

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