共用方式為


InputConnectionWrapper.RequestCursorUpdates 方法

定義

多載

RequestCursorUpdates(Int32)

要新增

RequestCursorUpdates(Int32, Int32)

要新增

RequestCursorUpdates(Int32)

要新增

[Android.Runtime.Register("requestCursorUpdates", "(I)Z", "GetRequestCursorUpdates_IHandler")]
public virtual bool RequestCursorUpdates (int cursorUpdateMode);
[<Android.Runtime.Register("requestCursorUpdates", "(I)Z", "GetRequestCursorUpdates_IHandler")>]
abstract member RequestCursorUpdates : int -> bool
override this.RequestCursorUpdates : int -> bool

參數

cursorUpdateMode
Int32

Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_IMMEDIATE和/或Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR。 傳遞 0 以停用Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR的效果

傳回

實作

屬性

備註

要新增

android.view.inputmethod.InputConnectionWrapper.requestCursorUpdates(int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

RequestCursorUpdates(Int32, Int32)

要新增

[Android.Runtime.Register("requestCursorUpdates", "(II)Z", "GetRequestCursorUpdates_IIHandler", ApiSince=34)]
public virtual bool RequestCursorUpdates (int cursorUpdateMode, int cursorUpdateFilter);
[<Android.Runtime.Register("requestCursorUpdates", "(II)Z", "GetRequestCursorUpdates_IIHandler", ApiSince=34)>]
abstract member RequestCursorUpdates : int * int -> bool
override this.RequestCursorUpdates : int * int -> bool

參數

cursorUpdateMode
Int32
cursorUpdateFilter
Int32

傳回

實作

屬性

備註

要新增

android.view.inputmethod.InputConnectionWrapper.requestCursorUpdates(int, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於