TextClassifierEvent.EventType Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce il tipo di evento.
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
Valore della proprietà
Il valore è uno dei seguenti: 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
- Attributi
Commenti
Restituisce il tipo di evento. ad esempio TYPE_SELECTION_STARTED.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.