public interface android.service.textclassifier.ITextClassificationCallback extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.service.textclassifier.ITextClassificationCallback
  super_class: java.lang.Object
{
  public abstract void onSuccess(android.view.textclassifier.TextClassification);
    descriptor: (Landroid/view/textclassifier/TextClassification;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                Name  Flags
      classification  

  public abstract void onFailure();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
}
SourceFile: "ITextClassificationCallback.java"
NestMembers:
  android.service.textclassifier.ITextClassificationCallback$Stub  android.service.textclassifier.ITextClassificationCallback$Stub$Proxy
InnerClasses:
  public abstract Stub = android.service.textclassifier.ITextClassificationCallback$Stub of android.service.textclassifier.ITextClassificationCallback