Språk

InputConnectionWrapper.CloseConnection Method

Definition

Called by the system up to only once to notify that the system is about to invalidate connection between the input method and the application.

[Android.Runtime.Register("closeConnection", "()V", "GetCloseConnectionHandler", ApiSince=24)]
public virtual void CloseConnection();
[<Android.Runtime.Register("closeConnection", "()V", "GetCloseConnectionHandler", ApiSince=24)>]
abstract member CloseConnection : unit -> unit
override this.CloseConnection : unit -> unit

Implements

Attributes

Remarks

Called by the system up to only once to notify that the system is about to invalidate connection between the input method and the application.

Java documentation for android.view.inputmethod.InputConnectionWrapper.closeConnection().

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