Aracılığıyla paylaş


ExtractEditText.FinishInternalChanges Method

Definition

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

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

Remarks

Finish 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.finishInternalChanges().

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