InputMethodService.OnInitializeInterface Method

Definition

This is a hook that subclasses can use to perform initialization of their interface.

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

Remarks

This is a hook that subclasses can use to perform initialization of their interface. It is called for you prior to any of your UI objects being created, both after the service is first created and after a configuration change happens.

Java documentation for android.inputmethodservice.InputMethodService.onInitializeInterface().

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