ExtractEditText.StartInternalChanges Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.