SelectionEvent.IsTerminal(SelectionEventType) Method

Definition

Returns true if the eventType is a terminal event type.

[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

Parameters

eventType
SelectionEventType

Returns

Attributes

Remarks

Returns true if the eventType is a terminal event type. Otherwise returns false. A terminal event is an event that ends a selection interaction.

Java documentation for android.view.textclassifier.SelectionEvent.isTerminal(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to