TextClassifierEventType Enum

Definition

public enum TextClassifierEventType
type TextClassifierEventType = 
Inheritance
TextClassifierEventType

Fields

Name Value Description
SelectionStarted 1

User started a new selection.

SelectionModified 2

User modified an existing selection.

SmartSelectionSingle 3

Smart selection triggered for a single token (word).

SmartSelectionMulti 4

Smart selection triggered spanning multiple tokens (words).

AutoSelection 5

Something else other than user or the default TextClassifier triggered a selection.

ActionsShown 6

Smart actions shown to the user.

LinkClicked 7

User clicked a link.

Overtype 8

User typed over the selection.

CopyAction 9

User clicked on Copy action.

PasteAction 10

User clicked on Paste action.

CutAction 11

User clicked on Cut action.

ShareAction 12

User clicked on Share action.

SmartAction 13

User clicked on a Smart action.

SelectionDrag 14

User dragged+dropped the selection.

SelectionDestroyed 15

Selection is destroyed.

OtherAction 16

User clicked on a custom action.

SelectAll 17

User clicked on Select All action

SelectionReset 18

User reset the smart selection.

ManualReply 19

User composed a reply.

ActionsGenerated 20

TextClassifier generated some actions

LinksGenerated 21

Some text links were generated.

Applies to