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 }
messenger-androidAndroid graphical user interfaces for GNUnet Messenger | |
| Log | Files | Refs | README | LICENSE |