public interface android.content.DialogInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.content.DialogInterface
  super_class: java.lang.Object
{
  public static final int BUTTON_POSITIVE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final int BUTTON_NEGATIVE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -2

  public static final int BUTTON_NEUTRAL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -3

  public static final int BUTTON1;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public static final int BUTTON2;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -2
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public static final int BUTTON3;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -3
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract void cancel();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void dismiss();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "DialogInterface.java"
NestMembers:
  android.content.DialogInterface$OnCancelListener  android.content.DialogInterface$OnClickListener  android.content.DialogInterface$OnDismissListener  android.content.DialogInterface$OnKeyListener  android.content.DialogInterface$OnMultiChoiceClickListener  android.content.DialogInterface$OnShowListener
InnerClasses:
  public abstract OnCancelListener = android.content.DialogInterface$OnCancelListener of android.content.DialogInterface
  public abstract OnClickListener = android.content.DialogInterface$OnClickListener of android.content.DialogInterface
  public abstract OnDismissListener = android.content.DialogInterface$OnDismissListener of android.content.DialogInterface
  public abstract OnKeyListener = android.content.DialogInterface$OnKeyListener of android.content.DialogInterface
  public abstract OnMultiChoiceClickListener = android.content.DialogInterface$OnMultiChoiceClickListener of android.content.DialogInterface
  public abstract OnShowListener = android.content.DialogInterface$OnShowListener of android.content.DialogInterface