This is a hook that subclasses can use to perform initialization of
their interface.
Syntax
[Android.Runtime.Register("onInitializeInterface", "()V", "GetOnInitializeInterfaceHandler")] public virtual voidOnInitializeInterface ()
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.