public interface android.view.inputmethod.InputMethod$SessionCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.view.inputmethod.InputMethod$SessionCallback
  super_class: java.lang.Object
{
  public abstract void sessionCreated(android.view.inputmethod.InputMethodSession);
    descriptor: (Landroid/view/inputmethod/InputMethodSession;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      session  
}
SourceFile: "InputMethod.java"
NestHost: android.view.inputmethod.InputMethod
InnerClasses:
  public abstract SessionCallback = android.view.inputmethod.InputMethod$SessionCallback of android.view.inputmethod.InputMethod