Share via


InputMethodService.InputMethodSessionImpl.UpdateCursor(Rect) Method

Definition

Call InputMethodService#onUpdateCursor InputMethodService.onUpdateCursor().

[Android.Runtime.Register("updateCursor", "(Landroid/graphics/Rect;)V", "GetUpdateCursor_Landroid_graphics_Rect_Handler")]
public override void UpdateCursor (Android.Graphics.Rect? newCursor);
[<Android.Runtime.Register("updateCursor", "(Landroid/graphics/Rect;)V", "GetUpdateCursor_Landroid_graphics_Rect_Handler")>]
override this.UpdateCursor : Android.Graphics.Rect -> unit

Parameters

newCursor
Rect
Attributes

Remarks

Call InputMethodService#onUpdateCursor InputMethodService.onUpdateCursor().

Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.updateCursor(android.graphics.Rect).

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