言語

InputMethodService.InputMethodSessionImpl.UpdateSelection メソッド

定義

InputMethodService#onUpdateSelection InputMethodService.onUpdateSelection()を呼び出します。

[Android.Runtime.Register("updateSelection", "(IIIIII)V", "GetUpdateSelection_IIIIIIHandler")]
public override void UpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd);
[<Android.Runtime.Register("updateSelection", "(IIIIII)V", "GetUpdateSelection_IIIIIIHandler")>]
override this.UpdateSelection : int * int * int * int * int * int -> unit

パラメーター

oldSelStart
Int32
oldSelEnd
Int32
newSelStart
Int32
newSelEnd
Int32
candidatesStart
Int32
candidatesEnd
Int32
属性

注釈

InputMethodService#onUpdateSelection InputMethodService.onUpdateSelection()を呼び出します。

Javaドキュメント。

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

適用対象