public interface android.content.DialogInterface$OnKeyListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.content.DialogInterface$OnKeyListener
  super_class: java.lang.Object
{
  public abstract boolean onKey(android.content.DialogInterface, int, android.view.KeyEvent);
    descriptor: (Landroid/content/DialogInterface;ILandroid/view/KeyEvent;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      dialog   
      keyCode  
      event    
}
SourceFile: "DialogInterface.java"
NestHost: android.content.DialogInterface
InnerClasses:
  public abstract OnKeyListener = android.content.DialogInterface$OnKeyListener of android.content.DialogInterface