BaseInputConnection.EndBatchEdit 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.
Default implementation does nothing.
[Android.Runtime.Register("endBatchEdit", "()Z", "GetEndBatchEditHandler")]
public virtual bool EndBatchEdit();
[<Android.Runtime.Register("endBatchEdit", "()Z", "GetEndBatchEditHandler")>]
abstract member EndBatchEdit : unit -> bool
override this.EndBatchEdit : unit -> bool
Returns
For editor authors, you must return true if a batch edit is still in progress after closing the latest one (in other words, if the nesting count is still a positive number). Return false otherwise. For IME authors, you will always receive true as long as the request was sent to the editor, and receive false only if the input connection is no longer valid.
Implements
- Attributes
Remarks
Default implementation does nothing.
Java documentation for android.view.inputmethod.BaseInputConnection.endBatchEdit().
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.