TextClassifierEvent.EventCategory Property

Definition

Returns the event category.

public virtual Android.Views.TextClassifiers.TextClassifierEventCategory EventCategory { [Android.Runtime.Register("getEventCategory", "()I", "GetGetEventCategoryHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getEventCategory", "()I", "GetGetEventCategoryHandler", ApiSince=29)>]
member this.EventCategory : Android.Views.TextClassifiers.TextClassifierEventCategory

Property Value

Value is one of the following: CATEGORY_SELECTION CATEGORY_LINKIFY CATEGORY_CONVERSATION_ACTIONS CATEGORY_LANGUAGE_DETECTION

Attributes

Remarks

Returns the event category. e.g. CATEGORY_SELECTION.

Android reference for android.view.textclassifier.TextClassifierEvent.getEventCategory.

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