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

Attributes

Remarks

Returns the event category. e.g. #CATEGORY_SELECTION.

Java documentation 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