TextClassifierEvent.EventContext Property

Definition

Returns the event context.

public virtual Android.Views.TextClassifiers.TextClassificationContext? EventContext { [Android.Runtime.Register("getEventContext", "()Landroid/view/textclassifier/TextClassificationContext;", "GetGetEventContextHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getEventContext", "()Landroid/view/textclassifier/TextClassificationContext;", "GetGetEventContextHandler", ApiSince=29)>]
member this.EventContext : Android.Views.TextClassifiers.TextClassificationContext

Property Value

Attributes

Remarks

Returns the event context.

Java documentation for android.view.textclassifier.TextClassifierEvent.getEventContext().

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