SelectionEvent.EventType Proprietà

Definizione

Restituisce il tipo di evento attivato.

public Android.Views.TextClassifiers.SelectionEventType EventType { [Android.Runtime.Register("getEventType", "()I", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getEventType", "()I", "", ApiSince=28)>]
member this.EventType : Android.Views.TextClassifiers.SelectionEventType

Valore della proprietà

Il valore è uno dei seguenti: ACTION_OVERTYPE ACTION_COPY ACTION_PASTE ACTION_CUT ACTION_SHARE ACTION_SMART_SHARE ACTION_DRAG ACTION_ABANDON ACTION_OTHER ACTION_SELECT_ALL ACTION_RESET EVENT_SELECTION_STARTED EVENT_SELECTION_MODIFIED EVENT_SMART_SELECTION_SINGLE EVENT_SMART_SELECTION_MULTI EVENT_AUTO_SELECTION

Attributi

Commenti

Restituisce il tipo di evento attivato. ad esempio ACTION_COPY.

Informazioni di riferimento su Android per android.view.textclassifier.SelectionEvent.getEventType.

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.

Si applica a