public interface android.app.IAssistDataReceiver extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.app.IAssistDataReceiver
  super_class: java.lang.Object
{
  public abstract void onHandleAssistData(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      resultData  

  public abstract void onHandleAssistScreenshot(android.graphics.Bitmap);
    descriptor: (Landroid/graphics/Bitmap;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      screenshot  
}
SourceFile: "IAssistDataReceiver.java"
NestMembers:
  android.app.IAssistDataReceiver$Stub  android.app.IAssistDataReceiver$Stub$Proxy
InnerClasses:
  public abstract Stub = android.app.IAssistDataReceiver$Stub of android.app.IAssistDataReceiver