TextClassifier.ExtraFromTextClassifier Field

Definition

Caution

Use 'Android.Views.TextClassifiers.ITextClassifier.ExtraFromTextClassifier'. This class will be removed in a future release.

Extra that is included on activity intents coming from a TextClassifier when it suggests actions to its caller.

[Android.Runtime.Register("EXTRA_FROM_TEXT_CLASSIFIER", ApiSince=29)]
[System.Obsolete("Use 'Android.Views.TextClassifiers.ITextClassifier.ExtraFromTextClassifier'. This class will be removed in a future release.")]
public const string ExtraFromTextClassifier;
[<Android.Runtime.Register("EXTRA_FROM_TEXT_CLASSIFIER", ApiSince=29)>]
[<System.Obsolete("Use 'Android.Views.TextClassifiers.ITextClassifier.ExtraFromTextClassifier'. This class will be removed in a future release.")>]
val mutable ExtraFromTextClassifier : string

Field Value

Attributes

Remarks

Extra that is included on activity intents coming from a TextClassifier when it suggests actions to its caller.

All TextClassifier implementations should make sure this extra exists in their generated intents.

Java documentation for android.view.textclassifier.TextClassifier.EXTRA_FROM_TEXT_CLASSIFIER.

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