TextClassifierEvent.EventType Property

Definition

Returns the event type.

public virtual Android.Views.TextClassifiers.TextClassifierEventType EventType { [Android.Runtime.Register("getEventType", "()I", "GetGetEventTypeHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getEventType", "()I", "GetGetEventTypeHandler", ApiSince=29)>]
member this.EventType : Android.Views.TextClassifiers.TextClassifierEventType

Property Value

Attributes

Remarks

Returns the event type. e.g. #TYPE_SELECTION_STARTED.

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

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