public interface android.hardware.location.IContextHubClientCallback extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.hardware.location.IContextHubClientCallback
  super_class: java.lang.Object
{
  public abstract void onMessageFromNanoApp(android.hardware.location.NanoAppMessage);
    descriptor: (Landroid/hardware/location/NanoAppMessage;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      message  

  public abstract void onHubReset();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void onNanoAppAborted(long, int);
    descriptor: (JI)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      nanoAppId  
      abortCode  

  public abstract void onNanoAppLoaded(long);
    descriptor: (J)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      nanoAppId  

  public abstract void onNanoAppUnloaded(long);
    descriptor: (J)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      nanoAppId  

  public abstract void onNanoAppEnabled(long);
    descriptor: (J)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      nanoAppId  

  public abstract void onNanoAppDisabled(long);
    descriptor: (J)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      nanoAppId  
}
SourceFile: "IContextHubClientCallback.java"
NestMembers:
  android.hardware.location.IContextHubClientCallback$Stub  android.hardware.location.IContextHubClientCallback$Stub$Proxy
InnerClasses:
  public abstract Stub = android.hardware.location.IContextHubClientCallback$Stub of android.hardware.location.IContextHubClientCallback