# Print output for @column tags ?> TextClassifierEvent.TextLinkifyEvent.Builder - Android SDK | Android Developers

Most visited


Recently visited


TextClassifierEvent.TextLinkifyEvent.Builder

public static final class TextClassifierEvent.TextLinkifyEvent.Builder
extends Builder<TextClassifierEvent.TextLinkifyEvent.Builder>

java.lang.Object
   ↳ android.view.textclassifier.TextClassifierEvent.Builder<android.view.textclassifier.TextClassifierEvent.TextLinkifyEvent.Builder>
     ↳ android.view.textclassifier.TextClassifierEvent.TextLinkifyEvent.Builder


Builder class for TextLinkifyEvent.

Summary


Public constructors

Builder(int eventType)

Creates a builder for building TextLinkifyEvents.

Public methods

TextClassifierEvent.TextLinkifyEvent build()

Builds and returns a TextLinkifyEvent.

Inherited methods

Public constructors


Builder

public Builder (int eventType)

Creates a builder for building TextLinkifyEvents.

Parameters
eventType int: The event type. e.g. TextClassifierEvent.TYPE_SMART_ACTION Value is 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, or TextClassifierEvent.TYPE_LINKS_GENERATED

Public methods


build

public TextClassifierEvent.TextLinkifyEvent build ()

Builds and returns a TextLinkifyEvent.

Returns
TextClassifierEvent.TextLinkifyEvent This value cannot be null.

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.