Langue

SelectionEvent.IsTerminal(SelectionEventType) Méthode

Définition

Retourne true si eventType est un type d’événement terminal.

[Android.Runtime.Register("isTerminal", "(I)Z", "", ApiSince=28)]
public static bool IsTerminal(Android.Views.TextClassifiers.SelectionEventType eventType);
[<Android.Runtime.Register("isTerminal", "(I)Z", "", ApiSince=28)>]
static member IsTerminal : Android.Views.TextClassifiers.SelectionEventType -> bool

Paramètres

eventType
SelectionEventType

int : La valeur est l’une des suivantes : 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

Retours

Attributs

Remarques

Retourne true si eventType est un type d’événement terminal. Sinon, retourne false. Un événement terminal est un événement qui met fin à une interaction de sélection.

Référence Android pour android.view.textclassifier.SelectionEvent.isTerminal.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à