ITextClassifier.OnTextClassifierEvent(TextClassifierEvent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reports a text classifier event.
[Android.Runtime.Register("onTextClassifierEvent", "(Landroid/view/textclassifier/TextClassifierEvent;)V", "GetOnTextClassifierEvent_Landroid_view_textclassifier_TextClassifierEvent_Handler:Android.Views.TextClassifiers.ITextClassifier, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=29)]
public virtual void OnTextClassifierEvent (Android.Views.TextClassifiers.TextClassifierEvent e);
[<Android.Runtime.Register("onTextClassifierEvent", "(Landroid/view/textclassifier/TextClassifierEvent;)V", "GetOnTextClassifierEvent_Landroid_view_textclassifier_TextClassifierEvent_Handler:Android.Views.TextClassifiers.ITextClassifier, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=29)>]
abstract member OnTextClassifierEvent : Android.Views.TextClassifiers.TextClassifierEvent -> unit
override this.OnTextClassifierEvent : Android.Views.TextClassifiers.TextClassifierEvent -> unit
Parameters
- Attributes
Remarks
Reports a text classifier event.
<strong>NOTE: </strong>Call on a worker thread.
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.