言語

SelectionEvent.CreateSelectionStartedEvent メソッド

定義

"selection started" イベントを作成します。

[Android.Runtime.Register("createSelectionStartedEvent", "(II)Landroid/view/textclassifier/SelectionEvent;", "", ApiSince=28)]
public static Android.Views.TextClassifiers.SelectionEvent CreateSelectionStartedEvent(Android.Views.TextClassifiers.SelectionInvocationMethod invocationMethod, int start);
[<Android.Runtime.Register("createSelectionStartedEvent", "(II)Landroid/view/textclassifier/SelectionEvent;", "", ApiSince=28)>]
static member CreateSelectionStartedEvent : Android.Views.TextClassifiers.SelectionInvocationMethod * int -> Android.Views.TextClassifiers.SelectionEvent

パラメーター

invocationMethod
SelectionInvocationMethod

選択がトリガーされた方法

start
Int32

選択したテキストのインデックス

返品

この値は null にすることはできません。

属性

注釈

"selection started" イベントを作成します。

android.view.textclassifier.SelectionEvent.createSelectionStartedEventの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象