public interface android.app.PendingIntent$OnFinished
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.app.PendingIntent$OnFinished
  super_class: java.lang.Object
{
  public abstract void onSendFinished(android.app.PendingIntent, android.content.Intent, int, java.lang.String, android.os.Bundle);
    descriptor: (Landroid/app/PendingIntent;Landroid/content/Intent;ILjava/lang/String;Landroid/os/Bundle;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      pendingIntent  
      intent         
      resultCode     
      resultData     
      resultExtras   
}
SourceFile: "PendingIntent.java"
NestHost: android.app.PendingIntent
InnerClasses:
  public abstract OnFinished = android.app.PendingIntent$OnFinished of android.app.PendingIntent