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

Value is one of the following: TYPE_SELECTION_STARTED TYPE_SELECTION_MODIFIED TYPE_SMART_SELECTION_SINGLE TYPE_SMART_SELECTION_MULTI TYPE_AUTO_SELECTION TYPE_ACTIONS_SHOWN TYPE_LINK_CLICKED TYPE_OVERTYPE TYPE_COPY_ACTION TYPE_PASTE_ACTION TYPE_CUT_ACTION TYPE_SHARE_ACTION TYPE_SMART_ACTION TYPE_SELECTION_DRAG TYPE_SELECTION_DESTROYED TYPE_OTHER_ACTION TYPE_SELECT_ALL TYPE_SELECTION_RESET TYPE_MANUAL_REPLY TYPE_ACTIONS_GENERATED TYPE_LINKS_GENERATED

Attributes

Remarks

Returns the event type. e.g. TYPE_SELECTION_STARTED.

Android reference 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