messenger-android

Android graphical user interfaces for GNUnet Messenger
Log | Files | Refs | README | LICENSE

IAttributeCallback.aidl (185B)


      1 package org.gnunet.gnunetmessenger.ipc;
      2 
      3 interface IAttributeCallback {
      4     void onAttribute(String key, String value);
      5     void onDone();
      6     void onError(int code, String message);
      7 }