次の方法で共有


ExtractEditText.StartInternalChanges Method

Definition

Start making changes that will not be reported to the client.

[Android.Runtime.Register("startInternalChanges", "()V", "GetStartInternalChangesHandler")]
public virtual void StartInternalChanges ();
[<Android.Runtime.Register("startInternalChanges", "()V", "GetStartInternalChangesHandler")>]
abstract member StartInternalChanges : unit -> unit
override this.StartInternalChanges : unit -> unit
Attributes

Remarks

Start making changes that will not be reported to the client. That is, #onSelectionChanged(int, int) will not result in sending the new selection to the client

Java documentation for android.inputmethodservice.ExtractEditText.startInternalChanges().

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