TextClassifierEvent.TextLinkifyEvent.Builder(TextClassifierEventType) Constructor

Definition

Creates a builder for building TextLinkifyEvents.

[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=29)]
public Builder(Android.Views.TextClassifiers.TextClassifierEventType eventType);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=29)>]
new Android.Views.TextClassifiers.TextClassifierEvent.TextLinkifyEvent.Builder : Android.Views.TextClassifiers.TextClassifierEventType -> Android.Views.TextClassifiers.TextClassifierEvent.TextLinkifyEvent.Builder

Parameters

eventType
TextClassifierEventType

int: The event type. e.g. TextClassifierEvent.TYPE_SMART_ACTION Value is one of the following: TextClassifierEvent.TYPE_SELECTION_STARTED TextClassifierEvent.TYPE_SELECTION_MODIFIED TextClassifierEvent.TYPE_SMART_SELECTION_SINGLE TextClassifierEvent.TYPE_SMART_SELECTION_MULTI TextClassifierEvent.TYPE_AUTO_SELECTION TextClassifierEvent.TYPE_ACTIONS_SHOWN TextClassifierEvent.TYPE_LINK_CLICKED TextClassifierEvent.TYPE_OVERTYPE TextClassifierEvent.TYPE_COPY_ACTION TextClassifierEvent.TYPE_PASTE_ACTION TextClassifierEvent.TYPE_CUT_ACTION TextClassifierEvent.TYPE_SHARE_ACTION TextClassifierEvent.TYPE_SMART_ACTION TextClassifierEvent.TYPE_SELECTION_DRAG TextClassifierEvent.TYPE_SELECTION_DESTROYED TextClassifierEvent.TYPE_OTHER_ACTION TextClassifierEvent.TYPE_SELECT_ALL TextClassifierEvent.TYPE_SELECTION_RESET TextClassifierEvent.TYPE_MANUAL_REPLY TextClassifierEvent.TYPE_ACTIONS_GENERATED TextClassifierEvent.TYPE_LINKS_GENERATED

Attributes

Remarks

Creates a builder for building TextLinkifyEvents.

Android reference for android.view.textclassifier.TextClassifierEvent.TextLinkifyEvent.Builder.Builder.

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