Android.InputMethodServices.InputMethodService.OnInitializeInterface Method
This is a hook that subclasses can use to perform initialization of their interface.

Syntax

[Android.Runtime.Register("onInitializeInterface", "()V", "GetOnInitializeInterfaceHandler")]
public virtual void OnInitializeInterface ()

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.

[Android Documentation]

Requirements

Namespace: Android.InputMethodServices
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3